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/t | |
parent | 29d8ad324f6a0000e17fb357e2f6da1d1c973089 (diff) | |
download | mariadb-git-e2a839ff470f99f629dba2ddd31c0f2dce314941.tar.gz |
test case added
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/repair.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/repair.test b/mysql-test/t/repair.test index b901fb3467f..e7da79d8c9e 100644 --- a/mysql-test/t/repair.test +++ b/mysql-test/t/repair.test @@ -8,3 +8,8 @@ repair table t1 use_frm; alter table t1 TYPE=HEAP; repair table t1 use_frm; drop table t1; + +# non-existent table +repair table t1 use_frm; + + |