summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authormonty@mishka.local <>2005-07-31 12:56:02 +0300
committermonty@mishka.local <>2005-07-31 12:56:02 +0300
commite73d6c25fdff7368831907f1fbea98e26e333040 (patch)
tree094caf1e8037736fbc61edda0c5c2405ec59ccd6 /mysql-test/t/variables.test
parentfddd143b3acbca334200b59d0d0aef792677eca5 (diff)
parent8437e9c1be5b925a46640302a391af9c9cf83a30 (diff)
downloadmariadb-git-e73d6c25fdff7368831907f1fbea98e26e333040.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mishka.local:/home/my/mysql-5.0
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r--mysql-test/t/variables.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index d6dd6017a16..9d68b7c8172 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -415,4 +415,6 @@ set @@global.error_count=1;
set @@max_heap_table_size= 4294967296;
select @@max_heap_table_size > 0;
set global max_heap_table_size= 4294967296;
-select @@global.max_heap_table_size > 0;
+select @@max_heap_table_size > 0;
+set @@max_heap_table_size= 4294967296;
+select @@max_heap_table_size > 0;