summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2013-06-11 13:49:43 +0300
committerMichael Widenius <monty@askmonty.org>2013-06-11 13:49:43 +0300
commit894cfcf78034486108c4780fb78e52114b770f8e (patch)
tree434bf4e9e710d29774eeb8e005975bfda026f206 /mysql-test/r/variables.result
parentd0ce9cb83205e87127ca67522d1dac90d98f323e (diff)
downloadmariadb-git-894cfcf78034486108c4780fb78e52114b770f8e.tar.gz
Fixed tests that failed on 32 bit because of my earlier fixes of 32 bit limits.
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 38d0170c7a9..dd74e02a26f 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -1497,7 +1497,7 @@ SET @old_max_binlog_cache_size = @@GLOBAL.max_binlog_cache_size;
SET GLOBAL max_binlog_cache_size = 5 * 1024 * 1024 * 1024;
SELECT @@GLOBAL.max_binlog_cache_size;
@@GLOBAL.max_binlog_cache_size
-5368709120
+max_size
SET GLOBAL max_binlog_cache_size = @old_max_binlog_cache_size;
#
# Bug #37168 : Missing variable - skip_name_resolve