summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-04-26 08:56:28 +0300
committerunknown <monty@hundin.mysql.fi>2002-04-26 08:56:28 +0300
commitcacfcb6404da497b14fa8484f15ca3832cce8adb (patch)
tree7412d050274815c36a164eb72d690b8871014e84 /mysql-test/r/show_check.result
parent18e6569769a62d8d6e1e50670658aee139960181 (diff)
downloadmariadb-git-cacfcb6404da497b14fa8484f15ca3832cce8adb.tar.gz
Portability fixes
myisam/ft_boolean_search.c: Portability fix mysql-test/mysql-test-run.sh: Added slave_net_timeout mysql-test/r/func_if.result: Updated results after merge from 3.23 mysql-test/r/func_test.result: Updated results after merge from 3.23 mysql-test/r/innodb.result: Updated results after merge from 3.23 mysql-test/r/show_check.result: Updated results after merge from 3.23 mysql-test/r/variables.result: Updated results after merge from 3.23
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 d78f8b16170..50d910564d0 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -37,6 +37,9 @@ drop table t1;
show variables like "wait_timeout%";
Variable_name Value
wait_timeout 28800
+show variables like "WAIT_timeout%";
+Variable_name Value
+wait_timeout 28800
show variables like "this_doesn't_exists%";
Variable_name Value
show table status from test like "this_doesn't_exists%";