1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Don't report errors from open_table() twice

This commit is contained in:
Michael Widenius
2018-05-11 17:33:40 +03:00
parent d853042b5f
commit be6ae0bb6b
5 changed files with 2 additions and 7 deletions

View File

@ -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;