44a45,46 > ERROR HY000: Table 't1' was not locked with LOCK TABLES > # ERROR: Statement ended with errno 1100, errname ER_TABLE_NOT_LOCKED (expected to succeed) 45a48,49 > ERROR HY000: Table 't2' was not locked with LOCK TABLES > # ERROR: Statement ended with errno 1100, errname ER_TABLE_NOT_LOCKED (expected to succeed) 46a51 > ERROR HY000: Table 't2' was not locked with LOCK TABLES 47a53 > ERROR HY000: Table 't2' was not locked with LOCK TABLES 48a55 > ERROR 42S02: Table 'test.t1' doesn't exist 49a57 > ERROR 42S02: Table 'test.t1' doesn't exist 50a59 > ERROR 42S02: Table 'test.t1' doesn't exist 52a62 > ERROR 42S02: Table 'test.t1' doesn't exist 54c64,65 < ERROR HY000: Table 't1' was not locked with LOCK TABLES --- > ERROR 42S02: Table 'test.t1' doesn't exist > # ERROR: Statement ended with errno 1146, errname ER_NO_SUCH_TABLE (expected results: ER_TABLE_NOT_LOCKED) 56a68 > ERROR 42S02: Table 'test.t1' doesn't exist 57a70 > ERROR 42S02: Table 'test.t1' doesn't exist 59c72,73 < ERROR HY000: Table 't2' was not locked with LOCK TABLES --- > ERROR 42S02: Unknown table 't1,t2' > # ERROR: Statement ended with errno 1051, errname ER_BAD_TABLE_ERROR (expected results: ER_TABLE_NOT_LOCKED) 61a76 > ERROR 42S02: Unknown table 't1,t2' 67a83,84 > ERROR HY000: Table 't1' was not locked with LOCK TABLES > # ERROR: Statement ended with errno 1100, errname ER_TABLE_NOT_LOCKED (expected to succeed) 68a86,87 > ERROR HY000: Table 't2' was not locked with LOCK TABLES > # ERROR: Statement ended with errno 1100, errname ER_TABLE_NOT_LOCKED (expected to succeed) 69a89,90 > ERROR HY000: Table 't3' was not locked with LOCK TABLES > # ERROR: Statement ended with errno 1100, errname ER_TABLE_NOT_LOCKED (expected to succeed) 70a92 > ERROR 42S02: Table 'test.t1' doesn't exist 71a94,103 > ERROR 42S02: Table 'test.t2' doesn't exist > # ERROR: Statement ended with errno 1146, errname ER_NO_SUCH_TABLE (expected to succeed) > # ------------ UNEXPECTED RESULT ------------ > # [ ALTER TABLE t2 ADD COLUMN c2 INT(11) /*!*/ /*Custom column options*/ ] > # The statement|command finished with ER_NO_SUCH_TABLE. > # ALTER TABLE or the mix could be unsupported|malfunctioning, or the problem was caused by previous errors. > # You can change the engine code, or create an rdiff, or disable the test by adding it to disabled.def. > # Further in this test, the message might sometimes be suppressed; a part of the test might be skipped. > # Also, this problem may cause a chain effect (more errors of different kinds in the test). > # ------------------------------------------- 72a105 > ERROR 42S02: Unknown table 't1,t2,t3' 109c142 < a b --- > ERROR HY000: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist