summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-12-02 19:49:05 +0100
committerSergei Golubchik <sergii@pisem.net>2011-12-02 19:49:05 +0100
commitc753bedcb1975b0875e2e9e3c176db37b6becbff (patch)
tree7bc967e183526c87c4c570cfa03dec6816eb4ba8 /mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result
parent943af08c800c326ab1a2a5482b797cfb7821d7d3 (diff)
downloadmariadb-git-c753bedcb1975b0875e2e9e3c176db37b6becbff.tar.gz
win64 sysvar portability fixes
Diffstat (limited to 'mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result')
-rw-r--r--mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result b/mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result
index f2229a0090b..12f40ed87b5 100644
--- a/mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result
+++ b/mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result
@@ -1,7 +1,7 @@
SET @start_value = @@global.max_binlog_stmt_cache_size;
SELECT @start_value;
@start_value
-18446744073709547520
+4294963200
'#--------------------FN_DYNVARS_072_01------------------------#'
SET @@global.max_binlog_stmt_cache_size = 5000;
Warnings:
@@ -9,7 +9,7 @@ Warning 1292 Truncated incorrect max_binlog_stmt_cache_size value: '5000'
SET @@global.max_binlog_stmt_cache_size = DEFAULT;
SELECT @@global.max_binlog_stmt_cache_size;
@@global.max_binlog_stmt_cache_size
-18446744073709547520
+4294963200
'#---------------------FN_DYNVARS_072_02-------------------------#'
SET @@global.max_binlog_stmt_cache_size = @start_value;
SELECT @@global.max_binlog_stmt_cache_size = 4294967295;
@@ -149,4 +149,4 @@ ERROR 42S22: Unknown column 'max_binlog_stmt_cache_size' in 'field list'
SET @@global.max_binlog_stmt_cache_size = @start_value;
SELECT @@global.max_binlog_stmt_cache_size;
@@global.max_binlog_stmt_cache_size
-18446744073709547520
+4294963200