MXS-1156: Store master_heartbeat_period in master.ini

MXS-1156: Store master_heartbeat_period in master.ini
This commit is contained in:
MassimilianoPinto
2017-08-28 09:35:59 +02:00
parent 0f5f9f8228
commit 3c7a0014a9
3 changed files with 11 additions and 1 deletions

View File

@ -4711,6 +4711,8 @@ blr_master_apply_config(ROUTER_INSTANCE *router, MASTER_SERVER_CFG *prev_master)
MXS_FREE(router->fileroot);
router->fileroot = MXS_STRDUP_A(prev_master->filestem);
}
router->heartbeat = prev_master->heartbeat;
}
/**