diff options
Diffstat (limited to 'mysql-test/r/rpl_failed_optimize.result')
-rw-r--r-- | mysql-test/r/rpl_failed_optimize.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_failed_optimize.result b/mysql-test/r/rpl_failed_optimize.result index 120bb53ed25..fd711f89222 100644 --- a/mysql-test/r/rpl_failed_optimize.result +++ b/mysql-test/r/rpl_failed_optimize.result @@ -11,6 +11,10 @@ OPTIMIZE TABLE t1; Table Op Msg_type Msg_text test.t1 optimize error Lock wait timeout exceeded; try restarting transaction test.t1 optimize status Operation failed +Warnings: +Error 1205 Lock wait timeout exceeded; try restarting transaction OPTIMIZE TABLE non_existing; Table Op Msg_type Msg_text test.non_existing optimize error Table 'test.non_existing' doesn't exist +Warnings: +Error 1146 Table 'test.non_existing' doesn't exist |