MXS-2011 Store current CHANGE MASTER config in router

This commit is contained in:
Johan Wikman
2018-08-24 15:32:28 +03:00
parent d036668ffa
commit a43f2ce8fb
2 changed files with 18 additions and 13 deletions

View File

@ -788,6 +788,7 @@ struct ROUTER_INSTANCE: public MXS_ROUTER
enum binlog_storage_type storage_type;/*< Enables hierachical binlog file storage */
char *set_slave_hostname; /*< Send custom Hostname to Master */
ROUTER_INSTANCE *next;
ChangeMasterConfig config; /*< Current config. */
};
/** Master Semi-Sync capability */