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
4266d83e
Commit
4266d83e
authored
Apr 16, 2007
by
mats@romeo.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge romeo.(none):/home/bkroot/mysql-5.1-rpl
into romeo.(none):/home/bk/b27779-mysql-5.1-rpl
parents
d45e738b
6aee6e29
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
2 deletions
+42
-2
mysql-test/r/rpl_ndb_circular_simplex.result
mysql-test/r/rpl_ndb_circular_simplex.result
+36
-1
mysql-test/t/rpl_ndb_circular_simplex.test
mysql-test/t/rpl_ndb_circular_simplex.test
+6
-1
No files found.
mysql-test/r/rpl_ndb_circular_simplex.result
View file @
4266d83e
...
...
@@ -37,7 +37,7 @@ Replicate_Wild_Ignore_Table
Last_Errno 0
Last_Error
Skip_Counter 0
Exec_Master_Log_Pos
754
Exec_Master_Log_Pos
#
Relay_Log_Space #
Until_Condition None
Until_Log_File
...
...
@@ -60,3 +60,38 @@ SELECT * FROM t1 ORDER BY a;
a b
1 2
2 3
SHOW SLAVE STATUS;
Slave_IO_State #
Master_Host 127.0.0.1
Master_User root
Master_Port 9306
Connect_Retry 1
Master_Log_File master-bin.000001
Read_Master_Log_Pos #
Relay_Log_File #
Relay_Log_Pos #
Relay_Master_Log_File master-bin.000001
Slave_IO_Running Yes
Slave_SQL_Running Yes
Replicate_Do_DB
Replicate_Ignore_DB
Replicate_Do_Table
Replicate_Ignore_Table
Replicate_Wild_Do_Table
Replicate_Wild_Ignore_Table
Last_Errno 0
Last_Error
Skip_Counter 0
Exec_Master_Log_Pos #
Relay_Log_Space #
Until_Condition None
Until_Log_File
Until_Log_Pos 0
Master_SSL_Allowed No
Master_SSL_CA_File
Master_SSL_CA_Path
Master_SSL_Cert
Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
mysql-test/t/rpl_ndb_circular_simplex.test
View file @
4266d83e
...
...
@@ -51,7 +51,7 @@ sync_with_master;
# Check that there is no error in replication
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
--
replace_column
1
# 7 # 8 # 9 # 23 # 33 #
--
replace_column
1
# 7 # 8 # 9 # 2
2 # 2
3 # 33 #
query_vertical
SHOW
SLAVE
STATUS
;
# Check that we have the data on the master
...
...
@@ -75,3 +75,8 @@ START SLAVE;
# check that we have the data on the slave
sync_with_master
;
SELECT
*
FROM
t1
ORDER
BY
a
;
# Check that there is no error in replication
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 #
query_vertical
SHOW
SLAVE
STATUS
;
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