summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-01-26 17:54:34 +0100
committermsvensson@neptunus.(none) <>2006-01-26 17:54:34 +0100
commit9304785c10c8cbf168b07e41c149f9f938c30428 (patch)
tree356e06cc01aa294dfbcd08e145368be56b7b4cc3 /mysql-test/t/variables.test
parentf60f7576899f89dbcb44ab64f36528f859bda1d9 (diff)
downloadmariadb-git-9304785c10c8cbf168b07e41c149f9f938c30428.tar.gz
Add new option "check-testcases" to mysql-test-run.pl
Cleanup the sideeffects from most of the testcases with sideeffects.
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r--mysql-test/t/variables.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index 2d0e2dbc9c9..df0c90ea563 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -48,7 +48,7 @@ drop table t1;
#
# Test system variables
#
-
+set GLOBAL max_join_size=10;
set max_join_size=100;
show variables like 'max_join_size';
--replace_result 18446744073709551615 HA_POS_ERROR 4294967295 HA_POS_ERROR