Skip to content
Permalink
Browse files
MDEV-28970: Add RESET MASTER to clear possible remaining binlog from …
…previous test
  • Loading branch information
mariadb-AngeliqueSklavounos committed Nov 9, 2022
1 parent 27eaa96 commit 0feb9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -1,3 +1,4 @@
reset master;
install plugin test_sql_service soname 'test_sql_service';
show status like 'test_sql_service_passed';
Variable_name Value
@@ -1,6 +1,8 @@
--source include/not_embedded.inc
--source include/have_log_bin.inc

reset master; # clear binlogs

if (!$TEST_SQL_SERVICE_SO) {
skip No TEST_SQL_SERVICE plugin;
}

0 comments on commit 0feb9d3

Please sign in to comment.