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
670d4dd8
Commit
670d4dd8
authored
Apr 08, 2015
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge MDEV-7910' into 10.0
parents
accdabd6
b3c7c8cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mysql-test/suite/innodb/t/binlog_consistent.test
mysql-test/suite/innodb/t/binlog_consistent.test
+1
-0
No files found.
mysql-test/suite/innodb/t/binlog_consistent.test
View file @
670d4dd8
...
...
@@ -103,6 +103,7 @@ eval INSERT INTO t3 VALUES (11, '$bigdata');
# So here, we check that the values are consistent with SHOW MASTER STATUS,
# which uses a different code path and did not have the bug.
--
source
include
/
wait_for_binlog_checkpoint
.
inc
--
let
$snap_file
=
query_get_value
(
SHOW
STATUS
LIKE
'binlog_snapshot_file'
,
Value
,
1
)
--
let
$snap_pos
=
query_get_value
(
SHOW
STATUS
LIKE
'binlog_snapshot_position'
,
Value
,
1
)
...
...
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