diff options
author | unknown <serg@serg.mylan> | 2003-05-03 15:21:39 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-05-03 15:21:39 +0200 |
commit | e2a839ff470f99f629dba2ddd31c0f2dce314941 (patch) | |
tree | dd9f073f22c2cc60605ca412a8166a3de092f876 /mysql-test/r/repair.result | |
parent | 29d8ad324f6a0000e17fb357e2f6da1d1c973089 (diff) | |
download | mariadb-git-e2a839ff470f99f629dba2ddd31c0f2dce314941.tar.gz |
test case added
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r-- | mysql-test/r/repair.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result index adc09ded0e2..ad869787b8a 100644 --- a/mysql-test/r/repair.result +++ b/mysql-test/r/repair.result @@ -9,3 +9,6 @@ repair table t1 use_frm; Table Op Msg_type Msg_text test.t1 repair error The handler for the table doesn't support repair drop table t1; +repair table t1 use_frm; +Table Op Msg_type Msg_text +t1 repair error table is read-only or does not exists |