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
6846f62c
Commit
6846f62c
authored
Feb 18, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge fix
parent
2033175a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/rpl_multi_query.result
mysql-test/r/rpl_multi_query.result
+1
-1
mysql-test/t/rpl_multi_query.test
mysql-test/t/rpl_multi_query.test
+1
-1
No files found.
mysql-test/r/rpl_multi_query.result
View file @
6846f62c
...
@@ -19,7 +19,7 @@ n
...
@@ -19,7 +19,7 @@ n
3
3
4
4
5
5
show binlog events from 9
5
;
show binlog events from 9
6
;
Log_name Pos Event_type Server_id End_log_pos Info
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 # Query 1 # drop database if exists mysqltest
master-bin.000001 # Query 1 # drop database if exists mysqltest
master-bin.000001 # Query 1 # create database mysqltest
master-bin.000001 # Query 1 # create database mysqltest
...
...
mysql-test/t/rpl_multi_query.test
View file @
6846f62c
...
@@ -24,6 +24,6 @@ sync_slave_with_master;
...
@@ -24,6 +24,6 @@ sync_slave_with_master;
select
*
from
mysqltest
.
t1
;
select
*
from
mysqltest
.
t1
;
connection
master
;
connection
master
;
--
replace_column
2
# 5 #
--
replace_column
2
# 5 #
show
binlog
events
from
9
5
;
show
binlog
events
from
9
6
;
drop
database
mysqltest
;
drop
database
mysqltest
;
sync_slave_with_master
;
sync_slave_with_master
;
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