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
90e7e678
Commit
90e7e678
authored
Jan 20, 2020
by
Alice Sherepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test
parent
10a5e1ec
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
mysql-test/extra/rpl_tests/rpl_corruption.inc
mysql-test/extra/rpl_tests/rpl_corruption.inc
+0
-1
mysql-test/extra/rpl_tests/rpl_parallel.inc
mysql-test/extra/rpl_tests/rpl_parallel.inc
+1
-0
mysql-test/suite/binlog_encryption/rpl_parallel.result
mysql-test/suite/binlog_encryption/rpl_parallel.result
+1
-0
mysql-test/suite/rpl/r/rpl_parallel.result
mysql-test/suite/rpl/r/rpl_parallel.result
+1
-0
No files found.
mysql-test/extra/rpl_tests/rpl_corruption.inc
View file @
90e7e678
...
@@ -74,7 +74,6 @@ while ($i) {
...
@@ -74,7 +74,6 @@ while ($i) {
# Emulate corruption in binlog file when SHOW BINLOG EVENTS is executing
# Emulate corruption in binlog file when SHOW BINLOG EVENTS is executing
--
echo
# 2. Corruption in master binlog and SHOW BINLOG EVENTS
--
echo
# 2. Corruption in master binlog and SHOW BINLOG EVENTS
set
@
saved_dbug
=
@@
global
.
debug_dbug
;
set
@
saved_dbug
=
@@
global
.
debug_dbug
;
SET
GLOBAL
debug_dbug
=
"+d,corrupt_read_log_event_char"
;
SET
GLOBAL
debug_dbug
=
"+d,corrupt_read_log_event_char"
;
--
echo
SHOW
BINLOG
EVENTS
;
--
echo
SHOW
BINLOG
EVENTS
;
--
disable_query_log
--
disable_query_log
...
...
mysql-test/extra/rpl_tests/rpl_parallel.inc
View file @
90e7e678
...
@@ -1651,6 +1651,7 @@ SELECT * FROM t2 WHERE a >= 40 ORDER BY a;
...
@@ -1651,6 +1651,7 @@ SELECT * FROM t2 WHERE a >= 40 ORDER BY a;
--
sync_with_master
--
sync_with_master
SELECT
*
FROM
t2
WHERE
a
>=
40
ORDER
BY
a
;
SELECT
*
FROM
t2
WHERE
a
>=
40
ORDER
BY
a
;
--
source
include
/
stop_slave
.
inc
--
source
include
/
stop_slave
.
inc
SET
GLOBAL
debug_dbug
=@
old_dbug
;
SET
DEBUG_SYNC
=
'RESET'
;
SET
DEBUG_SYNC
=
'RESET'
;
SET
GLOBAL
slave_parallel_threads
=
0
;
SET
GLOBAL
slave_parallel_threads
=
0
;
SET
GLOBAL
slave_parallel_threads
=
10
;
SET
GLOBAL
slave_parallel_threads
=
10
;
...
...
mysql-test/suite/binlog_encryption/rpl_parallel.result
View file @
90e7e678
...
@@ -1227,6 +1227,7 @@ a
...
@@ -1227,6 +1227,7 @@ a
45
45
46
46
include/stop_slave.inc
include/stop_slave.inc
SET GLOBAL debug_dbug=@old_dbug;
SET DEBUG_SYNC= 'RESET';
SET DEBUG_SYNC= 'RESET';
SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=10;
SET GLOBAL slave_parallel_threads=10;
...
...
mysql-test/suite/rpl/r/rpl_parallel.result
View file @
90e7e678
...
@@ -1226,6 +1226,7 @@ a
...
@@ -1226,6 +1226,7 @@ a
45
45
46
46
include/stop_slave.inc
include/stop_slave.inc
SET GLOBAL debug_dbug=@old_dbug;
SET DEBUG_SYNC= 'RESET';
SET DEBUG_SYNC= 'RESET';
SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=0;
SET GLOBAL slave_parallel_threads=10;
SET GLOBAL slave_parallel_threads=10;
...
...
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