diff options
author | serg@serg.mysql.com <> | 2002-03-13 17:20:17 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-03-13 17:20:17 +0000 |
commit | 3f51fcf1f16653d6e4aff39a7b168ff1e8573870 (patch) | |
tree | 139ad5717d9b91fd8556d7463a529e063b8c5480 /mysql-test/t/check.test | |
parent | 2cac65ab72e367ec335911faacfdf933724215fd (diff) | |
download | mariadb-git-3f51fcf1f16653d6e4aff39a7b168ff1e8573870.tar.gz |
mi_check flags cleanup
CHECK/REPAIR syntax cleanup
REPAIR ... USE_FRM syntax
Diffstat (limited to 'mysql-test/t/check.test')
-rw-r--r-- | mysql-test/t/check.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/check.test b/mysql-test/t/check.test index 421c98d79e0..947566e725b 100644 --- a/mysql-test/t/check.test +++ b/mysql-test/t/check.test @@ -12,7 +12,7 @@ while ($1) dec $1; } enable_query_log; -send check table t1 type=extended; +send check table t1 extended; connection con2; insert into t1 values (200000); connection con1; |