diff options
author | monty@mishka.local <> | 2005-07-31 12:56:02 +0300 |
---|---|---|
committer | monty@mishka.local <> | 2005-07-31 12:56:02 +0300 |
commit | e73d6c25fdff7368831907f1fbea98e26e333040 (patch) | |
tree | 094caf1e8037736fbc61edda0c5c2405ec59ccd6 /mysql-test/t/variables.test | |
parent | fddd143b3acbca334200b59d0d0aef792677eca5 (diff) | |
parent | 8437e9c1be5b925a46640302a391af9c9cf83a30 (diff) | |
download | mariadb-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.test | 4 |
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; |