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
223e3bf9
Commit
223e3bf9
authored
Mar 14, 2008
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mask columns 35 and 36 since Last_IO_errno is not reset du to
bug#34654
parent
44ef390d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.result
+4
-4
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
+4
-2
No files found.
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular.result
View file @
223e3bf9
...
...
@@ -52,8 +52,8 @@ Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Last_IO_Errno
0
Last_IO_Error
Last_IO_Errno
#
Last_IO_Error
#
Last_SQL_Errno 0
Last_SQL_Error
SELECT * FROM t1 ORDER BY a;
...
...
@@ -95,8 +95,8 @@ Master_SSL_Cipher
Master_SSL_Key
Seconds_Behind_Master #
Master_SSL_Verify_Server_Cert No
Last_IO_Errno
0
Last_IO_Error
Last_IO_Errno
#
Last_IO_Error
#
Last_SQL_Errno 0
Last_SQL_Error
STOP SLAVE;
...
...
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
View file @
223e3bf9
...
...
@@ -39,13 +39,15 @@ INSERT INTO t1 VALUES (2,3);
--
connection
slave
SELECT
*
FROM
t1
ORDER
BY
a
;
#SELECT * FROM t2 ORDER BY a;
--
replace_column
1
# 4 # 7 # 8 # 9 # 22 # 23 # 33 #
# BUG#34654 Last_IO_Errno is not reset - Mask columns 35 and 36
--
replace_column
1
# 4 # 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
--
query_vertical
show
slave
status
;
# connect to master and ensure data it there.
--
connection
master
SELECT
*
FROM
t1
ORDER
BY
a
;
#SELECT * FROM t2 ORDER BY a;
--
replace_column
1
# 4 # 7 # 8 # 9 # 22 # 23 # 33 #
# BUG#34654 Last_IO_Errno is not reset - Mask columns 35 and 36
--
replace_column
1
# 4 # 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
--
query_vertical
show
slave
status
;
# stop replication on "master" as not to replicate
...
...
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