Commit 0feb9d36 authored by asklavou's avatar asklavou

MDEV-28970: Add RESET MASTER to clear possible remaining binlog from previous test

parent 27eaa963
reset master;
install plugin test_sql_service soname 'test_sql_service';
show status like 'test_sql_service_passed';
Variable_name Value
......
--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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment