Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c65d5b76
Commit
c65d5b76
authored
Apr 14, 2011
by
Serge Kozlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#5867, postfix for binlog_bug23533
parent
3f3318c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
mysql-test/suite/binlog/r/binlog_bug23533.result
mysql-test/suite/binlog/r/binlog_bug23533.result
+0
-3
mysql-test/suite/binlog/t/binlog_bug23533.test
mysql-test/suite/binlog/t/binlog_bug23533.test
+0
-1
No files found.
mysql-test/suite/binlog/r/binlog_bug23533.result
View file @
c65d5b76
...
@@ -3,9 +3,6 @@ CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b TEXT, PRIMARY KEY(a)) ENGINE=I
...
@@ -3,9 +3,6 @@ CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b TEXT, PRIMARY KEY(a)) ENGINE=I
SELECT COUNT(*) FROM t1;
SELECT COUNT(*) FROM t1;
COUNT(*)
COUNT(*)
1000
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 @saved_max_binlog_cache_size=@@max_binlog_cache_size;
SET GLOBAL max_binlog_cache_size=4096;
SET GLOBAL max_binlog_cache_size=4096;
START TRANSACTION;
START TRANSACTION;
...
...
mysql-test/suite/binlog/t/binlog_bug23533.test
View file @
c65d5b76
...
@@ -22,7 +22,6 @@ while ($i)
...
@@ -22,7 +22,6 @@ while ($i)
SELECT
COUNT
(
*
)
FROM
t1
;
SELECT
COUNT
(
*
)
FROM
t1
;
# Set small value for max_binlog_cache_size
# 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
@
saved_max_binlog_cache_size
=@@
max_binlog_cache_size
;
SET
GLOBAL
max_binlog_cache_size
=
4096
;
SET
GLOBAL
max_binlog_cache_size
=
4096
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment