1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Update results of test after merge of bugfix

mysql-test/r/rpl_failed_optimize.result:
  Update results
This commit is contained in:
unknown
2005-06-01 14:35:02 -07:00
parent 8dad75b2d1
commit b4953598aa

View File

@ -9,6 +9,7 @@ BEGIN;
INSERT INTO t1 VALUES (1);
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
OPTIMIZE TABLE non_existing;
Table Op Msg_type Msg_text