mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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
|
Table Op Msg_type Msg_text
|
||||||
test.t1 repair error The handler for the table doesn't support repair
|
test.t1 repair error The handler for the table doesn't support repair
|
||||||
drop table t1;
|
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
|
||||||
|
@@ -8,3 +8,8 @@ repair table t1 use_frm;
|
|||||||
alter table t1 TYPE=HEAP;
|
alter table t1 TYPE=HEAP;
|
||||||
repair table t1 use_frm;
|
repair table t1 use_frm;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
# non-existent table
|
||||||
|
repair table t1 use_frm;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user