summaryrefslogtreecommitdiff
path: root/mysql-test/t/show_check.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r--mysql-test/t/show_check.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test
index 6c4e51d6030..d388a5403c7 100644
--- a/mysql-test/t/show_check.test
+++ b/mysql-test/t/show_check.test
@@ -26,3 +26,10 @@ show keys from t1;
optimize table t1;
optimize table t1;
drop table t1;
+
+#show variables;
+show variables like "wait_timeout%";
+show variables like "this_doesn't_exists%";
+show table status from test like "this_doesn't_exists%";
+show databases;
+show databases like "test%";