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
f3a6f86e
Commit
f3a6f86e
authored
Feb 10, 2014
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix check_testcase complaints due to missing SET debug_sync=RESET in a few tests.
parent
fefdb576
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
0 deletions
+12
-0
mysql-test/suite/binlog/r/binlog_checkpoint.result
mysql-test/suite/binlog/r/binlog_checkpoint.result
+1
-0
mysql-test/suite/binlog/t/binlog_checkpoint.test
mysql-test/suite/binlog/t/binlog_checkpoint.test
+1
-0
mysql-test/suite/rpl/r/rpl_gtid_ignored.result
mysql-test/suite/rpl/r/rpl_gtid_ignored.result
+1
-0
mysql-test/suite/rpl/r/rpl_parallel.result
mysql-test/suite/rpl/r/rpl_parallel.result
+2
-0
mysql-test/suite/rpl/r/rpl_parallel_no_log_slave_updates.result
...test/suite/rpl/r/rpl_parallel_no_log_slave_updates.result
+2
-0
mysql-test/suite/rpl/t/rpl_gtid_ignored.test
mysql-test/suite/rpl/t/rpl_gtid_ignored.test
+1
-0
mysql-test/suite/rpl/t/rpl_parallel.test
mysql-test/suite/rpl/t/rpl_parallel.test
+2
-0
mysql-test/suite/rpl/t/rpl_parallel_no_log_slave_updates.test
...l-test/suite/rpl/t/rpl_parallel_no_log_slave_updates.test
+2
-0
No files found.
mysql-test/suite/binlog/r/binlog_checkpoint.result
View file @
f3a6f86e
...
...
@@ -113,5 +113,6 @@ master-bin.000004 #
master-bin.000005 #
master-bin.000006 #
DROP TABLE t1, t2;
SET debug_sync = "RESET";
SET GLOBAL max_binlog_size= @old_max_binlog_size;
SET GLOBAL innodb_flush_log_at_trx_commit= @old_innodb_flush_log_at_trx_commit;
mysql-test/suite/binlog/t/binlog_checkpoint.test
View file @
f3a6f86e
...
...
@@ -141,5 +141,6 @@ INSERT INTO t1 VALUES (31, REPEAT("x", 4100));
DROP
TABLE
t1
,
t2
;
SET
debug_sync
=
"RESET"
;
SET
GLOBAL
max_binlog_size
=
@
old_max_binlog_size
;
SET
GLOBAL
innodb_flush_log_at_trx_commit
=
@
old_innodb_flush_log_at_trx_commit
;
mysql-test/suite/rpl/r/rpl_gtid_ignored.result
View file @
f3a6f86e
...
...
@@ -66,5 +66,6 @@ a
9
DROP TABLE t1;
SET GLOBAL gtid_strict_mode= @old_gtid_strict_mode;
SET debug_sync = "RESET";
SET GLOBAL gtid_strict_mode= @old_gtid_strict_mode;
include/rpl_end.inc
mysql-test/suite/rpl/r/rpl_parallel.result
View file @
f3a6f86e
...
...
@@ -671,8 +671,10 @@ SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=10;
include/start_slave.inc
include/stop_slave.inc
SET debug_sync = "RESET";
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
include/start_slave.inc
SET debug_sync = "RESET";
DROP function foo;
DROP TABLE t1,t2,t3;
include/rpl_end.inc
mysql-test/suite/rpl/r/rpl_parallel_no_log_slave_updates.result
View file @
f3a6f86e
...
...
@@ -115,8 +115,10 @@ SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=10;
include/start_slave.inc
include/stop_slave.inc
SET debug_sync = "RESET";
SET GLOBAL slave_parallel_threads=@old_parallel_threads;
include/start_slave.inc
SET debug_sync = "RESET";
DROP function foo;
DROP TABLE t3;
include/rpl_end.inc
mysql-test/suite/rpl/t/rpl_gtid_ignored.test
View file @
f3a6f86e
...
...
@@ -131,6 +131,7 @@ SELECT * FROM t1 ORDER BY a;
DROP
TABLE
t1
;
SET
GLOBAL
gtid_strict_mode
=
@
old_gtid_strict_mode
;
--
connection
server_2
SET
debug_sync
=
"RESET"
;
SET
GLOBAL
gtid_strict_mode
=
@
old_gtid_strict_mode
;
--
source
include
/
rpl_end
.
inc
mysql-test/suite/rpl/t/rpl_parallel.test
View file @
f3a6f86e
...
...
@@ -1020,10 +1020,12 @@ SET GLOBAL slave_parallel_threads=10;
--
connection
server_2
--
source
include
/
stop_slave
.
inc
SET
debug_sync
=
"RESET"
;
SET
GLOBAL
slave_parallel_threads
=@
old_parallel_threads
;
--
source
include
/
start_slave
.
inc
--
connection
server_1
SET
debug_sync
=
"RESET"
;
DROP
function
foo
;
DROP
TABLE
t1
,
t2
,
t3
;
...
...
mysql-test/suite/rpl/t/rpl_parallel_no_log_slave_updates.test
View file @
f3a6f86e
...
...
@@ -189,10 +189,12 @@ SET GLOBAL slave_parallel_threads=10;
--
connection
server_2
--
source
include
/
stop_slave
.
inc
SET
debug_sync
=
"RESET"
;
SET
GLOBAL
slave_parallel_threads
=@
old_parallel_threads
;
--
source
include
/
start_slave
.
inc
--
connection
server_1
SET
debug_sync
=
"RESET"
;
DROP
function
foo
;
DROP
TABLE
t3
;
...
...
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