summaryrefslogtreecommitdiff
path: root/mysql-test/r/check.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-03-13 17:20:17 +0000
committerunknown <serg@serg.mysql.com>2002-03-13 17:20:17 +0000
commitd556096f73320f173611f4551a24289b4877f8e6 (patch)
tree139ad5717d9b91fd8556d7463a529e063b8c5480 /mysql-test/r/check.result
parent1b1f52631f4494d07c7e3335573855c5ced6b3c1 (diff)
downloadmariadb-git-d556096f73320f173611f4551a24289b4877f8e6.tar.gz
mi_check flags cleanup
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax include/myisam.h: mi_check flags cleanup myisam/mi_check.c: mi_check flags cleanup myisam/myisamchk.c: mi_check flags cleanup mysql-test/r/check.result: CHECK/REPAIR syntax cleanup mysql-test/r/show_check.result: CHECK/REPAIR syntax cleanup mysql-test/t/check.test: CHECK/REPAIR syntax cleanup mysql-test/t/show_check.test: CHECK/REPAIR syntax cleanup sql/ha_myisam.cc: mi_check flags cleanup sql/handler.h: mi_check flags cleanup sql/lex.h: REPAIR ... USE_FRM syntax sql/slave.cc: mi_check flags cleanup
Diffstat (limited to 'mysql-test/r/check.result')
-rw-r--r--mysql-test/r/check.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/check.result b/mysql-test/r/check.result
index b13151cf514..ecaa13642bd 100644
--- a/mysql-test/r/check.result
+++ b/mysql-test/r/check.result
@@ -1,6 +1,6 @@
drop table if exists t1;
create table t1(n int not null, key(n), key(n), key(n), key(n));
- check table t1 type=extended;
+ check table t1 extended;
insert into t1 values (200000);
Table Op Msg_type Msg_text
test.t1 check status OK