diff options
author | Michael Widenius <monty@mariadb.org> | 2018-05-11 17:33:40 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2018-05-14 10:08:05 +0300 |
commit | be6ae0bb6baa8a014c244c8699a34f4ee193338e (patch) | |
tree | e648446c7dd7228cfaecbae0acf1dba1fd7f68ac /mysql-test/main/delayed.result | |
parent | d853042b5f6ae67bddd87045e9f80438e4bd92f4 (diff) | |
download | mariadb-git-be6ae0bb6baa8a014c244c8699a34f4ee193338e.tar.gz |
Don't report errors from open_table() twice
Diffstat (limited to 'mysql-test/main/delayed.result')
-rw-r--r-- | mysql-test/main/delayed.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/main/delayed.result b/mysql-test/main/delayed.result index d54fa40f2da..d10f4ae22cf 100644 --- a/mysql-test/main/delayed.result +++ b/mysql-test/main/delayed.result @@ -500,7 +500,6 @@ call mtr.add_suppression("Checking table"); insert delayed into t1 values (2,2); Warnings: Error 145 Table './test/t1' is marked as crashed and should be repaired -Error 1194 Table 't1' is marked as crashed and should be repaired Error 1034 1 client is using or hasn't closed the table properly insert delayed into t1 values (3,3); flush tables t1; |