summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-10-10 19:39:16 -0700
committerjimw@mysql.com <>2005-10-10 19:39:16 -0700
commit083c032ec3866697900d504e8e0c0c39da1a59a3 (patch)
tree3db7408070bbd65ca4887acbc22d492b0d3723ab /mysql-test/r/variables.result
parentcd0e0a993308231c314caf7aae2420441d71dd80 (diff)
downloadmariadb-git-083c032ec3866697900d504e8e0c0c39da1a59a3.tar.gz
Fix minimum value of query_prealloc_size to be the same as its default. (Bug #13334)
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 67c78d82a24..0aa7ea7f83c 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -499,3 +499,8 @@ set names latin1;
select @@have_innodb;
@@have_innodb
#
+set @test = @@query_prealloc_size;
+set @@query_prealloc_size = @test;
+select @@query_prealloc_size = @test;
+@@query_prealloc_size = @test
+1