summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
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/r/show_check.result
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/r/show_check.result')
-rw-r--r--mysql-test/r/show_check.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
index 7e5dc7e61c1..b3eea989cd7 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -1138,4 +1138,7 @@ select 1 from information_schema.tables limit 1;
show status like 'slow_queries';
Variable_name Value
Slow_queries 2
+show variables like 'myisam_recover_options';
+Variable_name Value
+myisam_recover_options OFF
End of 5.0 tests