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
6e7585a0
Commit
6e7585a0
authored
May 31, 2007
by
df@pippilotta.erinye.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test case
parent
fc1e0388
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/binlog.result
mysql-test/r/binlog.result
+2
-2
mysql-test/t/binlog.test
mysql-test/t/binlog.test
+2
-2
No files found.
mysql-test/r/binlog.result
View file @
6e7585a0
...
...
@@ -17,7 +17,7 @@ master-bin.000001 # Query 1 # use `test`; insert t1 values (5)
master-bin.000001 # Query 1 # use `test`; COMMIT
master-bin.000001 # Query 1 # use `test`; BEGIN
master-bin.000001 # Query 1 # use `test`; insert t2 values (5)
master-bin.000001 # Xid 1 # COMMIT /* xid=1
2
*/
master-bin.000001 # Xid 1 # COMMIT /* xid=1
3
*/
drop table t1,t2;
reset master;
create table t1 (n int) engine=innodb;
...
...
@@ -128,7 +128,7 @@ master-bin.000001 # Query 1 # use `test`; insert into t1 values(4 + 4)
master-bin.000001 # Query 1 # use `test`; insert into t1 values(3 + 4)
master-bin.000001 # Query 1 # use `test`; insert into t1 values(2 + 4)
master-bin.000001 # Query 1 # use `test`; insert into t1 values(1 + 4)
master-bin.000001 # Xid 1 # COMMIT /* xid=
19
*/
master-bin.000001 # Xid 1 # COMMIT /* xid=
20
*/
master-bin.000001 # Rotate 1 # master-bin.000002;pos=4
show binlog events in 'master-bin.000002' from 98;
Log_name Pos Event_type Server_id End_log_pos Info
...
...
mysql-test/t/binlog.test
View file @
6e7585a0
...
...
@@ -20,7 +20,7 @@ begin;
insert
t2
values
(
5
);
commit
;
# first COMMIT must be Query_log_event, second - Xid_log_event
--
replace_result
"xid=2
1"
"xid=12
"
--
replace_result
"xid=2
2"
"xid=13
"
--
replace_column
2
# 5 #
show
binlog
events
from
98
;
drop
table
t1
,
t2
;
...
...
@@ -42,7 +42,7 @@ while ($1)
--
enable_query_log
commit
;
drop
table
t1
;
--
replace_result
"xid=3
2"
"xid=19
"
--
replace_result
"xid=3
3"
"xid=20
"
--
replace_column
2
# 5 #
show
binlog
events
in
'master-bin.000001'
from
98
;
--
replace_column
2
# 5 #
...
...
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