summaryrefslogtreecommitdiff
path: root/mysql-test/t/check.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/check.test')
-rw-r--r--mysql-test/t/check.test2
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;