diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-23 11:13:21 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-23 11:13:21 +0200 |
commit | 6b8032ed4f8dc03c22f4fd0f168a6eed26d68846 (patch) | |
tree | 7facbb2aefda807d2dd3362cc31d765a5e05b826 /mysql-test | |
parent | e14934d26d99b6fbe3a44579b87f0a30bfa31529 (diff) | |
download | mariadb-git-6b8032ed4f8dc03c22f4fd0f168a6eed26d68846.tar.gz |
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.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/parts/r/partition_special_innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/parts/r/partition_special_innodb.result b/mysql-test/suite/parts/r/partition_special_innodb.result index b8dffd61fbe..0738f45b012 100644 --- a/mysql-test/suite/parts/r/partition_special_innodb.result +++ b/mysql-test/suite/parts/r/partition_special_innodb.result @@ -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 ) |