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 | |
parent | d853042b5f6ae67bddd87045e9f80438e4bd92f4 (diff) | |
download | mariadb-git-be6ae0bb6baa8a014c244c8699a34f4ee193338e.tar.gz |
Don't report errors from open_table() twice
Diffstat (limited to 'mysql-test/main')
-rw-r--r-- | mysql-test/main/delayed.result | 1 | ||||
-rw-r--r-- | mysql-test/main/myisam_recover.result | 2 |
2 files changed, 0 insertions, 3 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; diff --git a/mysql-test/main/myisam_recover.result b/mysql-test/main/myisam_recover.result index 1af3dbf9ad5..92df67b42d1 100644 --- a/mysql-test/main/myisam_recover.result +++ b/mysql-test/main/myisam_recover.result @@ -87,7 +87,6 @@ a 6 Warnings: Error 145 Table 't1' is marked as crashed and should be repaired -Error 1194 Table 't1' is marked as crashed and should be repaired Error 1034 Number of rows changed from 3 to 6 # # Cleanup @@ -140,7 +139,6 @@ a 4 Warnings: Error 145 Table 't1' is marked as crashed and should be repaired -Error 1194 Table 't1' is marked as crashed and should be repaired Error 1034 Number of rows changed from 1 to 2 connect con2, localhost, root; ALTER TABLE t2 ADD val INT; |