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
792f0135
Commit
792f0135
authored
Apr 17, 2007
by
mats@romeo.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing test case and result file for rpl_ndb_circular_simplex.
parent
4266d83e
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_ndb_circular_simplex.result
mysql-test/r/rpl_ndb_circular_simplex.result
+1
-1
mysql-test/t/rpl_ndb_circular_simplex.test
mysql-test/t/rpl_ndb_circular_simplex.test
+1
-1
No files found.
mysql-test/r/rpl_ndb_circular_simplex.result
View file @
792f0135
...
...
@@ -64,7 +64,7 @@ SHOW SLAVE STATUS;
Slave_IO_State #
Master_Host 127.0.0.1
Master_User root
Master_Port
9306
Master_Port
MASTER_PORT
Connect_Retry 1
Master_Log_File master-bin.000001
Read_Master_Log_Pos #
...
...
mysql-test/t/rpl_ndb_circular_simplex.test
View file @
792f0135
...
...
@@ -77,6 +77,6 @@ sync_with_master;
SELECT
*
FROM
t1
ORDER
BY
a
;
# Check that there is no error in replication
--
replace_result
$
SLAVE_MYPORT
SLAVE
_PORT
--
replace_result
$
MASTER_MYPORT
MASTER
_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