Fixed tests that failed on 32 bit because of my earlier fixes of 32 bit limits.

This commit is contained in:
Michael Widenius 2013-06-11 13:49:43 +03:00
commit 894cfcf780
16 changed files with 68 additions and 29 deletions

View file

@ -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