summaryrefslogtreecommitdiff
path: root/mysql-test/t/show_check.test
diff options
context:
space:
mode:
authorunknown <ramil/ram@ramil.myoffice.izhnet.ru>2007-08-02 18:23:23 +0500
committerunknown <ramil/ram@ramil.myoffice.izhnet.ru>2007-08-02 18:23:23 +0500
commit9687988e8368f0b09a4f07e53b7ffceb1b01b822 (patch)
treebca9cce4943a692e74a6375eb7ab56a5e57dae4b /mysql-test/t/show_check.test
parent898333f843b5c750b9863ea94d60ab81a9caca4e (diff)
parent1281fbc58c139b90a329ae3519f46d2b0b75a249 (diff)
downloadmariadb-git-9687988e8368f0b09a4f07e53b7ffceb1b01b822.tar.gz
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/home/ram/work/b30088/b30088.5.0 mysql-test/r/show_check.result: Auto merged mysql-test/t/show_check.test: Auto merged
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r--mysql-test/t/show_check.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test
index 4d470ee4233..cae3c3e157c 100644
--- a/mysql-test/t/show_check.test
+++ b/mysql-test/t/show_check.test
@@ -839,4 +839,9 @@ show variables like "log_queries_not_using_indexes";
select 1 from information_schema.tables limit 1;
show status like 'slow_queries';
+#
+# Bug #30088: Can't disable myisam-recover by a value of ""
+#
+show variables like 'myisam_recover_options';
+
--echo End of 5.0 tests