diff options
author | jimw@mysql.com <> | 2005-10-10 19:39:16 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-10-10 19:39:16 -0700 |
commit | 083c032ec3866697900d504e8e0c0c39da1a59a3 (patch) | |
tree | 3db7408070bbd65ca4887acbc22d492b0d3723ab /mysql-test/r/variables.result | |
parent | cd0e0a993308231c314caf7aae2420441d71dd80 (diff) | |
download | mariadb-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.result | 5 |
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 |