diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-02-06 22:14:13 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-02-06 22:14:13 +0100 |
commit | ceb9e92ffbdcaa66038bf632f0027505197466aa (patch) | |
tree | de2a0c1b0afb2c12840195fbbc21613f5ab23b6d /mysql-test/suite/maria | |
parent | 9283b5193c92cdab16e306c855d454e806da3a20 (diff) | |
download | mariadb-git-ceb9e92ffbdcaa66038bf632f0027505197466aa.tar.gz |
Bug#42201 Maria: after a deadlock, table is marked as corrupted
don't treat deadlock or timeout as a sign of corruption
Diffstat (limited to 'mysql-test/suite/maria')
-rw-r--r-- | mysql-test/suite/maria/r/maria_notembedded.result | 3 | ||||
-rw-r--r-- | mysql-test/suite/maria/t/maria_notembedded.test | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/r/maria_notembedded.result b/mysql-test/suite/maria/r/maria_notembedded.result index cc9c26409ec..77325d24421 100644 --- a/mysql-test/suite/maria/r/maria_notembedded.result +++ b/mysql-test/suite/maria/r/maria_notembedded.result @@ -50,4 +50,7 @@ ERROR 23000: Duplicate entry '4' for key 'a' unlock tables; ERROR 23000: Duplicate entry '5' for key 'a' unlock tables; +check table t1; +Table Op Msg_type Msg_text +test.t1 check status OK drop table t1; diff --git a/mysql-test/suite/maria/t/maria_notembedded.test b/mysql-test/suite/maria/t/maria_notembedded.test index afa749a653d..0f27802de27 100644 --- a/mysql-test/suite/maria/t/maria_notembedded.test +++ b/mysql-test/suite/maria/t/maria_notembedded.test @@ -89,6 +89,7 @@ unlock tables; disconnect con_d; connection default; +check table t1; drop table t1; --disable_result_log |