View | Details | Raw Unified | Return to bug 136391
Collapse All | Expand All

(-)lib/SguildMysqlMerge.tcl (-1 / +1 lines)
Lines 9-15 Link Here
9
        set tmpQry "SHOW TABLE STATUS LIKE '$tableName'"
9
        set tmpQry "SHOW TABLE STATUS LIKE '$tableName'"
10
        set tableStatus [mysqlsel $MAIN_DB_SOCKETID $tmpQry -flatlist]
10
        set tableStatus [mysqlsel $MAIN_DB_SOCKETID $tmpQry -flatlist]
11
11
12
        if { $tableStatus != "" && [lindex $tableStatus 1] != "MRG_MyISAM" } {
12
        if { $tableStatus != "" && [lindex $tableStatus 1] != "MRG_MYISAM" } {
13
13
14
            # Non MERGE table found.
14
            # Non MERGE table found.
15
            set errorMsg "\n*************************************************************\n
15
            set errorMsg "\n*************************************************************\n

Return to bug 136391