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:
@ -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
|
||||
|
Reference in New Issue
Block a user