Bug#41893 - main.variables mysql-test fails if new variable like '%alloc%' is added.

Fixed a typo in the bug fix patch.
This commit is contained in:
Patrick Crews 2009-02-26 18:00:47 +02:00
commit afdf8a447f

View file

@ -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');