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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
292edcdd
Commit
292edcdd
authored
Mar 16, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0
into krsna.:/home/patg/test/mysql-5.0
parents
0505c67e
b32ecfc4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
119 deletions
+122
-119
mysql-test/r/binlog.result
mysql-test/r/binlog.result
+116
-116
mysql-test/t/binlog.test
mysql-test/t/binlog.test
+6
-3
No files found.
mysql-test/r/binlog.result
View file @
292edcdd
This diff is collapsed.
Click to expand it.
mysql-test/t/binlog.test
View file @
292edcdd
...
...
@@ -19,7 +19,8 @@ insert t2 values (5);
commit
;
# first COMMIT must be Query_log_event, second - Xid_log_event
--
replace_result
"xid=18"
"xid=11"
show
binlog
events
from
96
;
--
replace_column
2
# 5 #
show
binlog
events
from
98
;
drop
table
t1
,
t2
;
#
...
...
@@ -40,6 +41,8 @@ while ($1)
commit
;
drop
table
t1
;
--
replace_result
"xid=29"
"xid=18"
show
binlog
events
in
'master-bin.000001'
from
96
;
show
binlog
events
in
'master-bin.000002'
from
96
;
--
replace_column
2
# 5 #
show
binlog
events
in
'master-bin.000001'
from
98
;
--
replace_column
2
# 5 #
show
binlog
events
in
'master-bin.000002'
from
98
;
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