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
0ec47798
Commit
0ec47798
authored
Oct 02, 2009
by
He Zhenxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport fixes for the follow tests
binlog_tmp_table rpl_row_sp006_InnoDB rpl_slave_status
parent
fa7395c9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
mysql-test/extra/rpl_tests/rpl_row_sp006.test
mysql-test/extra/rpl_tests/rpl_row_sp006.test
+2
-1
mysql-test/suite/binlog/r/binlog_tmp_table.result
mysql-test/suite/binlog/r/binlog_tmp_table.result
+1
-0
mysql-test/suite/binlog/t/binlog_tmp_table.test
mysql-test/suite/binlog/t/binlog_tmp_table.test
+2
-0
mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result
mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result
+2
-1
mysql-test/suite/rpl/t/rpl_slave_status.test
mysql-test/suite/rpl/t/rpl_slave_status.test
+1
-0
No files found.
mysql-test/extra/rpl_tests/rpl_row_sp006.test
View file @
0ec47798
...
...
@@ -11,7 +11,8 @@
# Begin clean up test section
connection
master
;
--
disable_warnings
create
database
if
not
exists
mysqltest1
;
drop
database
if
exists
mysqltest1
;
create
database
mysqltest1
;
DROP
PROCEDURE
IF
EXISTS
mysqltest1
.
p1
;
DROP
PROCEDURE
IF
EXISTS
mysqltest1
.
p2
;
DROP
TABLE
IF
EXISTS
mysqltest1
.
t2
;
...
...
mysql-test/suite/binlog/r/binlog_tmp_table.result
View file @
0ec47798
reset master;
create table foo (a int);
flush logs;
create temporary table tmp1_foo like foo;
...
...
mysql-test/suite/binlog/t/binlog_tmp_table.test
View file @
0ec47798
...
...
@@ -31,6 +31,8 @@ source include/have_binlog_format_mixed_or_statement.inc;
connect
(
master
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master1
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
reset
master
;
create
table
foo
(
a
int
);
flush
logs
;
...
...
mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result
View file @
0ec47798
...
...
@@ -4,7 +4,8 @@ reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create database if not exists mysqltest1;
drop database if exists mysqltest1;
create database mysqltest1;
DROP PROCEDURE IF EXISTS mysqltest1.p1;
DROP PROCEDURE IF EXISTS mysqltest1.p2;
DROP TABLE IF EXISTS mysqltest1.t2;
...
...
mysql-test/suite/rpl/t/rpl_slave_status.test
View file @
0ec47798
...
...
@@ -54,6 +54,7 @@ sync_slave_with_master;
source
include
/
stop_slave
.
inc
;
START
SLAVE
;
source
include
/
wait_for_slave_sql_to_start
.
inc
;
source
include
/
wait_for_slave_io_to_stop
.
inc
;
--
echo
====
Verify
that
Slave_IO_Running
=
No
====
let
$result
=
query_get_value
(
"SHOW SLAVE STATUS"
,
Slave_IO_Running
,
1
);
...
...
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