mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK
Fixing post push failure
This commit is contained in:
parent
66d624b7d6
commit
aced599475
2 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ Rpl_semi_sync_slave_status ON
|
|||
include/stop_slave.inc
|
||||
[ on master ]
|
||||
set sql_log_bin=0;
|
||||
include/stop_dump_threads.inc
|
||||
UNINSTALL PLUGIN rpl_semi_sync_master;
|
||||
set sql_log_bin=1;
|
||||
SHOW VARIABLES LIKE 'rpl_semi_sync_master_enabled';
|
||||
|
|
|
|||
|
|
@ -545,6 +545,7 @@ source include/stop_slave.inc;
|
|||
connection master;
|
||||
echo [ on master ];
|
||||
set sql_log_bin=0;
|
||||
--source include/stop_dump_threads.inc
|
||||
UNINSTALL PLUGIN rpl_semi_sync_master;
|
||||
set sql_log_bin=1;
|
||||
enable_query_log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue