mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Followup to Bug #56422 CHECK TABLE run when the table is locked
reports corruption along with timeout This patch updates the result file for the parts.partition_special_innodb test case which was, by mistake, not updated in the original patch.
This commit is contained in:
parent
5d06dddff3
commit
9b9299f8d5
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ ERROR HY000: Lock wait timeout exceeded; try restarting transaction
|
|||
CHECK TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check Error Lock wait timeout exceeded; try restarting transaction
|
||||
test.t1 check error Corrupt
|
||||
test.t1 check status Operation failed
|
||||
UNLOCK TABLES;
|
||||
DROP TABLE t1;
|
||||
CREATE TABLE t2 ( i INT NOT NULL AUTO_INCREMENT PRIMARY KEY, f INT )
|
||||
|
|
Loading…
Add table
Reference in a new issue