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
932ca861
Commit
932ca861
authored
Mar 14, 2008
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#34654 RESET SLAVE and STOP SLAVE/START SLAVE does not clear Last_XYZ_Errno
parent
1752b140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
+4
-4
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
+2
-2
No files found.
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
View file @
932ca861
...
@@ -49,8 +49,8 @@ Master_SSL_Cipher
...
@@ -49,8 +49,8 @@ Master_SSL_Cipher
Master_SSL_Key
Master_SSL_Key
Seconds_Behind_Master #
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Master_SSL_Verify_Server_Cert No
Last_IO_Errno
0
Last_IO_Errno
#
Last_IO_Error
Last_IO_Error
#
Last_SQL_Errno 0
Last_SQL_Errno 0
Last_SQL_Error
Last_SQL_Error
SELECT * FROM t1 ORDER BY a;
SELECT * FROM t1 ORDER BY a;
...
@@ -98,7 +98,7 @@ Master_SSL_Cipher
...
@@ -98,7 +98,7 @@ Master_SSL_Cipher
Master_SSL_Key
Master_SSL_Key
Seconds_Behind_Master #
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Master_SSL_Verify_Server_Cert No
Last_IO_Errno
0
Last_IO_Errno
#
Last_IO_Error
Last_IO_Error
#
Last_SQL_Errno 0
Last_SQL_Errno 0
Last_SQL_Error
Last_SQL_Error
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
View file @
932ca861
...
@@ -49,7 +49,7 @@ sync_with_master;
...
@@ -49,7 +49,7 @@ sync_with_master;
# Check that there is no error in replication
# Check that there is no error in replication
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 #
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 #
35 # 36 #
query_vertical
SHOW
SLAVE
STATUS
;
query_vertical
SHOW
SLAVE
STATUS
;
# Check that we have the data on the master
# Check that we have the data on the master
...
@@ -76,5 +76,5 @@ SELECT * FROM t1 ORDER BY a;
...
@@ -76,5 +76,5 @@ SELECT * FROM t1 ORDER BY a;
# Check that there is no error in replication
# Check that there is no error in replication
--
replace_result
$MASTER_MYPORT
MASTER_PORT
--
replace_result
$MASTER_MYPORT
MASTER_PORT
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 #
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 #
35 # 36 #
query_vertical
SHOW
SLAVE
STATUS
;
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