diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-04 22:06:00 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-05-04 22:06:00 +0300 |
commit | 8648b9bed86e9f52c027daec760d6ab5ce52e889 (patch) | |
tree | 108ab7b0734837fad6d50cd3da5c5109e64aa097 /mysql-test/suite/rpl | |
parent | 7fb73ed1432f53d1d8ab6c7aeb299ac913727ce8 (diff) | |
parent | 1cccd3c7cc1a5a973e03f9dd8dc457bce554d7a9 (diff) | |
download | mariadb-git-8648b9bed86e9f52c027daec760d6ab5ce52e889.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'mysql-test/suite/rpl')
-rw-r--r-- | mysql-test/suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc b/mysql-test/suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc index 7801498adb4..cddc9286bd2 100644 --- a/mysql-test/suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc +++ b/mysql-test/suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc @@ -15,6 +15,7 @@ # that with the fix local variable linfo is valid along all # mysql_show_binlog_events function scope. # +--source include/have_debug.inc --source include/have_debug_sync.inc --source include/master-slave.inc |