diff options
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r-- | mysql-test/t/myisam.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test index 3b307497fc3..cab06a03498 100644 --- a/mysql-test/t/myisam.test +++ b/mysql-test/t/myisam.test @@ -1696,7 +1696,6 @@ SET myisam_repair_threads=@@global.myisam_repair_threads; --echo End of 5.1 tests - --echo # --echo # Bug#51327 MyISAM table is automatically repaired on ALTER --echo # even if myisam-recover is OFF @@ -1727,3 +1726,9 @@ ALTER TABLE t1 ENGINE = MyISAM; CHECK TABLE t1; DROP TABLE t1; + +# +# Check some variables +# +show variables like 'myisam_block_size'; +select @@global.myisam_block_size; |