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
7f4e2564
Commit
7f4e2564
authored
Apr 28, 2009
by
Alfranio Correia
Browse files
Options
Browse Files
Download
Plain Diff
merge 5.1-bugteam (local) --> 5.1-bugteam
parents
2d6d1767
6309ce95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
mysql-test/suite/rpl/include/rpl_mixed_ddl.inc
mysql-test/suite/rpl/include/rpl_mixed_ddl.inc
+1
-1
mysql-test/suite/rpl/t/rpl_000015-slave.sh
mysql-test/suite/rpl/t/rpl_000015-slave.sh
+0
-1
mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test
mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test
+3
-3
No files found.
mysql-test/suite/rpl/include/rpl_mixed_ddl.inc
View file @
7f4e2564
...
@@ -83,4 +83,4 @@ sync_slave_with_master;
...
@@ -83,4 +83,4 @@ sync_slave_with_master;
# will be created. You will need to go to the mysql-test dir and diff
# will be created. You will need to go to the mysql-test dir and diff
# the files your self to see what is not matching
# the files your self to see what is not matching
--
exec
diff
$MYSQLTEST_VARDIR
/
tmp
/
rpl_switch_stm_row_mixed_master
.
sql
$MYSQLTEST_VARDIR
/
tmp
/
rpl_switch_stm_row_mixed_slave
.
sql
--
diff_files
$MYSQLTEST_VARDIR
/
tmp
/
rpl_switch_stm_row_mixed_master
.
sql
$MYSQLTEST_VARDIR
/
tmp
/
rpl_switch_stm_row_mixed_slave
.
sql
mysql-test/suite/rpl/t/rpl_000015-slave.sh
deleted
100755 → 0
View file @
2d6d1767
rm
-f
$MYSQLTEST_VARDIR
/slave-data/master.info
mysql-test/suite/rpl/t/rpl_row_mysqlbinlog.test
View file @
7f4e2564
...
@@ -244,7 +244,7 @@ connection master;
...
@@ -244,7 +244,7 @@ connection master;
# We should be gold by the time, so I will get rid of our file.
# We should be gold by the time, so I will get rid of our file.
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
################### End Bug 17654 ######################
################### End Bug 17654 ######################
# What is the point of this test? It seems entirely pointless. It
# What is the point of this test? It seems entirely pointless. It
...
@@ -349,9 +349,9 @@ FLUSH LOGS;
...
@@ -349,9 +349,9 @@ FLUSH LOGS;
--
diff_files
$MYSQLTEST_VARDIR
/
tmp
/
local
.
sql
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
--
diff_files
$MYSQLTEST_VARDIR
/
tmp
/
local
.
sql
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
remote
.
sql
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
local
.
sql
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
local
.
sql
DROP
TABLE
IF
EXISTS
t1
,
t2
,
t3
,
t04
,
t05
,
t4
,
t5
;
DROP
TABLE
IF
EXISTS
t1
,
t2
,
t3
,
t04
,
t05
,
t4
,
t5
;
sync_slave_with_master
;
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