1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

test case added

This commit is contained in:
unknown
2003-05-03 15:21:39 +02:00
parent 29d8ad324f
commit e2a839ff47
2 changed files with 8 additions and 0 deletions

View File

@ -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