Details
Description
rpl.rpl_semi_sync_event_after_sync 'mix,xtradb' [ fail ]
|
Test ended at 2017-01-21 16:54:15
|
|
CURRENT_TEST: rpl.rpl_semi_sync_event_after_sync
|
mysqltest: At line 1: query 'set global rpl_semi_sync_master_wait_point=AFTER_SYNC' failed: 1193: Unknown system variable 'rpl_semi_sync_master_wait_point'
|
|
The result from queries just before the failure was:
|
set global rpl_semi_sync_master_wait_point=AFTER_SYNC;
|
The test first attempts to set rpl_semi_sync_master_wait_point and then sources rpl_semi_sync_event.test which, in turn, sources include/have_semisync.inc which checks whether the plugin exists.
The easy way to fix it is to source include/have_semisync.inc from rpl_semi_sync_event_after_sync itself. There might be smarter ways to do the same.