diff options
author | Michael Widenius <monty@askmonty.org> | 2010-12-10 17:04:09 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-12-10 17:04:09 +0200 |
commit | 84edaac4f14b2fbaf57fef8fbaeb45966b1feda3 (patch) | |
tree | 63051b8c7027a17b6857c32ed31ac0734d8e1a2b /mysql-test/r/archive.result | |
parent | 1bbb55a2603f3571585cc085f05149d3d9cdbdba (diff) | |
download | mariadb-git-84edaac4f14b2fbaf57fef8fbaeb45966b1feda3.tar.gz |
Better warning message if lock test fails
Made archive.test a bit more safe
mysql-test/r/archive.result:
Added removal of files to make rerun of failed test work
mysql-test/t/archive.test:
Added removal of files to make rerun of failed test work
mysys/thr_lock.c:
Better warning message if lock test fails
Diffstat (limited to 'mysql-test/r/archive.result')
-rw-r--r-- | mysql-test/r/archive.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result index 5a731e6476c..ae79e237ade 100644 --- a/mysql-test/r/archive.result +++ b/mysql-test/r/archive.result @@ -12717,6 +12717,7 @@ COUNT(t1.a) 729 DROP TABLE t1; SET @@join_buffer_size= @save_join_buffer_size; +flush tables; SHOW CREATE TABLE t1; ERROR HY000: Table upgrade required. Please do "REPAIR TABLE `t1`" or dump/reload to fix it! SELECT * FROM t1; |