diff options
author | Satya B <satya.bn@sun.com> | 2009-01-22 11:25:26 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-01-22 11:25:26 +0530 |
commit | 4a3e9851cf4297e48674758fa911eeb0f68c00ed (patch) | |
tree | 176c981d4f20625821c5e899c8cb4c253e23651b /mysql-test/r/myisampack.result | |
parent | 4562b69fedb26a5095f45dbe0441c952aa09001c (diff) | |
download | mariadb-git-4a3e9851cf4297e48674758fa911eeb0f68c00ed.tar.gz |
TestCase for BUG#41574 - REPAIR TABLE: crashes for compressed tables
Extending the existing testcase written for BUG#40949 to verify
repair table operation for compressed tables
mysql-test/r/myisampack.result:
Modified result file for myisampack.test
mysql-test/t/myisampack.test:
Modified Testcase to test repair operation for compressed tables
Diffstat (limited to 'mysql-test/r/myisampack.result')
-rw-r--r-- | mysql-test/r/myisampack.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/myisampack.result b/mysql-test/r/myisampack.result index 7ed9b86d887..50d700ab7a2 100644 --- a/mysql-test/r/myisampack.result +++ b/mysql-test/r/myisampack.result @@ -48,4 +48,9 @@ Table Op Msg_type Msg_text test.t1 optimize error Table 'test.t1' is read only Warnings: Error 1036 Table 't1' is read only +repair table t1; +Table Op Msg_type Msg_text +test.t1 repair error Table 'test.t1' is read only +Warnings: +Error 1036 Table 't1' is read only drop table t1; |