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
9226c847
Commit
9226c847
authored
Oct 07, 2009
by
Luis Soares
Browse files
Options
Browse Files
Download
Plain Diff
BUG#44661: automerge local 5.1-bt bug branch --> local 5.1-bt up to date
parents
15127bcd
a00bb757
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
mysql-test/extra/rpl_tests/rpl_failed_optimize.test
mysql-test/extra/rpl_tests/rpl_failed_optimize.test
+1
-0
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
+1
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
+1
-0
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
+4
-0
No files found.
mysql-test/extra/rpl_tests/rpl_failed_optimize.test
View file @
9226c847
...
...
@@ -22,3 +22,4 @@ connection master;
select
*
from
t1
;
commit
;
drop
table
t1
;
--
sync_slave_with_master
mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
View file @
9226c847
...
...
@@ -102,3 +102,4 @@ Last_IO_Errno #
Last_IO_Error #
Last_SQL_Errno 0
Last_SQL_Error
DROP TABLE t1;
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular.test
View file @
9226c847
...
...
@@ -58,3 +58,4 @@ STOP SLAVE;
# cleanup
--
connection
master
DROP
TABLE
t1
;
--
sync_slave_with_master
mysql-test/suite/rpl_ndb/t/rpl_ndb_circular_simplex.test
View file @
9226c847
...
...
@@ -78,3 +78,7 @@ SELECT * FROM t1 ORDER BY a;
--
replace_result
$MASTER_MYPORT
MASTER_PORT
--
replace_column
1
# 7 # 8 # 9 # 22 # 23 # 33 # 35 # 36 #
query_vertical
SHOW
SLAVE
STATUS
;
--
connection
master
DROP
TABLE
t1
;
--
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