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:
@ -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;
|
||||
|
Reference in New Issue
Block a user