mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-4254 Semisync plugins to link statically into MariaDB
fix semisync plugins and tests to work with both with static and dynamic linking
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
--source include/have_semisync_plugin.inc
|
||||
--source include/have_semisync.inc
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source include/have_binlog_format_mixed_or_statement.inc
|
||||
@ -13,7 +13,6 @@
|
||||
# the code, disable the semisync, and then continue the paused thread.
|
||||
|
||||
CREATE TABLE t1 (a INT) ENGINE=MyISAM;
|
||||
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master';
|
||||
SET GLOBAL rpl_semi_sync_master_enabled = ON;
|
||||
--connection master1
|
||||
SET DEBUG_SYNC = "rpl_semisync_master_commit_trx_before_lock SIGNAL m1_ready WAIT_FOR m1_cont";
|
||||
@ -29,8 +28,4 @@ SET DEBUG_SYNC= "now SIGNAL m1_cont";
|
||||
connection master;
|
||||
DROP TABLE t1;
|
||||
|
||||
disable_warnings;
|
||||
UNINSTALL PLUGIN rpl_semi_sync_master;
|
||||
enable_warnings;
|
||||
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user