summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authorPatrick Crews <patrick.crews@sun.com>2009-02-26 18:00:47 +0200
committerPatrick Crews <patrick.crews@sun.com>2009-02-26 18:00:47 +0200
commitafdf8a447f538a20f61fc4d7cea26975da53e973 (patch)
tree4a3f9af01ec2a1cdda12f87f50e1d107af882769 /mysql-test/t/variables.test
parent6877425f2f41717a329d757a5f98c57b4e0c1eb5 (diff)
downloadmariadb-git-afdf8a447f538a20f61fc4d7cea26975da53e973.tar.gz
Bug#41893 - main.variables mysql-test fails if new variable like '%alloc%' is added.
Fixed a typo in the bug fix patch.
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 173be9d87c6..424776dfda4 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -186,7 +186,7 @@ SHOW VARIABLES WHERE variable_name IN ('range_alloc_block_size',
set @@range_alloc_block_size=default;
set @@query_alloc_block_size=default, @@query_prealloc_size=default;
set transaction_alloc_block_size=default, @@transaction_prealloc_size=default;
---echo ==+ Check the values not that they are reset +==
+--echo ==+ Check the values now that they are reset +==
SHOW VARIABLES WHERE variable_name IN ('range_alloc_block_size',
'query_alloc_block_size', 'query_prealloc_size',
'transaction_alloc_block_size', 'transaction_prealloc_size');