diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2020-01-20 13:56:43 +0100 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2020-01-21 11:22:47 +0100 |
commit | 90e7e6783b8a667012146e16f4d804a0c8b9ee8a (patch) | |
tree | df4d0724391f8bf0f6541fffb9369ef229590343 /mysql-test/suite/rpl | |
parent | 10a5e1eccb9cfe7b86436254c958b2b40a246b52 (diff) | |
download | mariadb-git-90e7e6783b8a667012146e16f4d804a0c8b9ee8a.tar.gz |
MDEV-21360 save/restore debud_dbug instead of total reset at the end of the test
Diffstat (limited to 'mysql-test/suite/rpl')
-rw-r--r-- | mysql-test/suite/rpl/r/rpl_parallel.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_parallel.result b/mysql-test/suite/rpl/r/rpl_parallel.result index e1dbc15d3b9..657b3ba7448 100644 --- a/mysql-test/suite/rpl/r/rpl_parallel.result +++ b/mysql-test/suite/rpl/r/rpl_parallel.result @@ -1226,6 +1226,7 @@ a 45 46 include/stop_slave.inc +SET GLOBAL debug_dbug=@old_dbug; SET DEBUG_SYNC= 'RESET'; SET GLOBAL slave_parallel_threads=0; SET GLOBAL slave_parallel_threads=10; |