Commit 6f142306 authored by Alice Sherepa's avatar Alice Sherepa

MDEV-11862 rpl.rpl_semi_sync_event_after_sync 'fails if there is no semisync plugin

parent da3211e4
--source include/have_binlog_format_statement.inc
--source include/have_semisync.inc
set global rpl_semi_sync_master_wait_point=AFTER_SYNC;
source rpl_semi_sync.test;
set global rpl_semi_sync_master_wait_point=default;
--source include/have_binlog_format_row.inc
--source include/have_semisync.inc
set global rpl_semi_sync_master_wait_point=AFTER_SYNC;
source rpl_semi_sync.test;
set global rpl_semi_sync_master_wait_point=default;
source include/have_semisync.inc;
set global rpl_semi_sync_master_wait_point=AFTER_SYNC;
source rpl_semi_sync_event.test;
set global rpl_semi_sync_master_wait_point=default;
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