diff options
author | Ajo Robert <ajo.robert@oracle.com> | 2015-05-12 20:27:26 +0530 |
---|---|---|
committer | Ajo Robert <ajo.robert@oracle.com> | 2015-05-12 20:27:26 +0530 |
commit | 820bf7b1f17fbaedb1061c7c845e755e6ebc1572 (patch) | |
tree | 084d5cf6e9945d19f21aa6cec6e5f527413e11c5 /mysql-test/r | |
parent | 515b2203c5913679757fa2cf39f017001f7e29ee (diff) | |
download | mariadb-git-820bf7b1f17fbaedb1061c7c845e755e6ebc1572.tar.gz |
Bug #18075170 SQL NODE RESTART REQUIRED TO
AVOID DEADLOCK AFTER RESTORE
Test Failure Fix.
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/myisam_recover.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam_recover.result b/mysql-test/r/myisam_recover.result index 3c8639e0518..0829c1e8b82 100644 --- a/mysql-test/r/myisam_recover.result +++ b/mysql-test/r/myisam_recover.result @@ -139,7 +139,7 @@ a 1 4 Warnings: -Error 145 Table './test/t1' is marked as crashed and should be repaired +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 ALTER TABLE t2 ADD val INT; |