diff options
author | unknown <jimw@mysql.com> | 2005-06-01 14:35:02 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-06-01 14:35:02 -0700 |
commit | b4953598aa436f926a06cdcb505eb7a4c38bf846 (patch) | |
tree | 294dca566b26abf1f9d99d5fcd233c9216cf3d73 /mysql-test/r | |
parent | 8dad75b2d1e06ba971265d611b0d6e4d21f782c0 (diff) | |
download | mariadb-git-b4953598aa436f926a06cdcb505eb7a4c38bf846.tar.gz |
Update results of test after merge of bugfix
mysql-test/r/rpl_failed_optimize.result:
Update results
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/rpl_failed_optimize.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_failed_optimize.result b/mysql-test/r/rpl_failed_optimize.result index 1576ec60500..120bb53ed25 100644 --- a/mysql-test/r/rpl_failed_optimize.result +++ b/mysql-test/r/rpl_failed_optimize.result @@ -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 |