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
654eea35
Commit
654eea35
authored
Mar 16, 2011
by
Kent Boortz
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
bf222ccf
6041d9c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
mysql-test/suite/rpl/r/rpl_stop_slave.result
mysql-test/suite/rpl/r/rpl_stop_slave.result
+1
-0
mysql-test/suite/rpl/t/rpl_stop_slave.test
mysql-test/suite/rpl/t/rpl_stop_slave.test
+4
-2
No files found.
mysql-test/suite/rpl/r/rpl_stop_slave.result
View file @
654eea35
...
@@ -146,6 +146,7 @@ DROP TABLE t1, t2;
...
@@ -146,6 +146,7 @@ DROP TABLE t1, t2;
CREATE TABLE t1 (c1 INT KEY, c2 INT) ENGINE=InnoDB;
CREATE TABLE t1 (c1 INT KEY, c2 INT) ENGINE=InnoDB;
CREATE TABLE t2 (c1 INT) ENGINE=MyISAM;
CREATE TABLE t2 (c1 INT) ENGINE=MyISAM;
INSERT INTO t1 VALUES(1, 1);
INSERT INTO t1 VALUES(1, 1);
[connection master]
SET GLOBAL debug= 'd,dump_thread_wait_before_send_xid';
SET GLOBAL debug= 'd,dump_thread_wait_before_send_xid';
[connection slave]
[connection slave]
include/restart_slave.inc
include/restart_slave.inc
...
...
mysql-test/suite/rpl/t/rpl_stop_slave.test
View file @
654eea35
...
@@ -76,11 +76,13 @@ CREATE TABLE t1 (c1 INT KEY, c2 INT) ENGINE=InnoDB;
...
@@ -76,11 +76,13 @@ CREATE TABLE t1 (c1 INT KEY, c2 INT) ENGINE=InnoDB;
CREATE
TABLE
t2
(
c1
INT
)
ENGINE
=
MyISAM
;
CREATE
TABLE
t2
(
c1
INT
)
ENGINE
=
MyISAM
;
INSERT
INTO
t1
VALUES
(
1
,
1
);
INSERT
INTO
t1
VALUES
(
1
,
1
);
sync_slave_with_master
;
--
source
include
/
rpl_connection_master
.
inc
let
$debug_save
=
`SELECT @@GLOBAL.debug`
;
let
$debug_save
=
`SELECT @@GLOBAL.debug`
;
SET
GLOBAL
debug
=
'd,dump_thread_wait_before_send_xid'
;
SET
GLOBAL
debug
=
'd,dump_thread_wait_before_send_xid'
;
sync_slave_with_master
;
--
source
include
/
rpl_connection_slave
.
inc
--
source
include
/
rpl_connection_slave
.
inc
source
include
/
restart_slave_sql
.
inc
;
source
include
/
restart_slave_sql
.
inc
;
...
...
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