summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-05-03 15:21:39 +0200
committerunknown <serg@serg.mylan>2003-05-03 15:21:39 +0200
commite2a839ff470f99f629dba2ddd31c0f2dce314941 (patch)
treedd9f073f22c2cc60605ca412a8166a3de092f876 /mysql-test/r/repair.result
parent29d8ad324f6a0000e17fb357e2f6da1d1c973089 (diff)
downloadmariadb-git-e2a839ff470f99f629dba2ddd31c0f2dce314941.tar.gz
test case added
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r--mysql-test/r/repair.result3
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