summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorPatrick Crews <patrick.crews@sun.com>2009-02-27 15:00:49 +0200
committerPatrick Crews <patrick.crews@sun.com>2009-02-27 15:00:49 +0200
commite5a0c0281e0c501e66b82b625ebcd92a9c485ce0 (patch)
tree3e6524473c3df8e207f373bca3838a0fd69352a9 /mysql-test/r/variables.result
parent1dc084f35817cb1180c233809de89a18d8cf076c (diff)
downloadmariadb-git-e5a0c0281e0c501e66b82b625ebcd92a9c485ce0.tar.gz
Bug#41893: Removal of trailing space noise causing Pushbuild failure.
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 04ccf3d688c..fbec38c9a9f 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -292,7 +292,7 @@ transaction_prealloc_size 20480
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;
-==+ Check the values not that they are reset +==
+==+ 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');