Commit c65d5b76 authored by Serge Kozlov's avatar Serge Kozlov

WL#5867, postfix for binlog_bug23533

parent 3f3318c3
......@@ -3,9 +3,6 @@ CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b TEXT, PRIMARY KEY(a)) ENGINE=I
SELECT COUNT(*) FROM t1;
COUNT(*)
1000
SHOW VARIABLES LIKE 'max_binlog_cache_size';
Variable_name Value
max_binlog_cache_size 4294963200
SET @saved_max_binlog_cache_size=@@max_binlog_cache_size;
SET GLOBAL max_binlog_cache_size=4096;
START TRANSACTION;
......
......@@ -22,7 +22,6 @@ while ($i)
SELECT COUNT(*) FROM t1;
# Set small value for max_binlog_cache_size
SHOW VARIABLES LIKE 'max_binlog_cache_size';
SET @saved_max_binlog_cache_size=@@max_binlog_cache_size;
SET GLOBAL max_binlog_cache_size=4096;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment