Merge branch 'develop' into schemarouter_refresh

This commit is contained in:
Markus Makela
2015-07-02 12:20:14 +03:00
14 changed files with 272 additions and 62 deletions

View File

@ -252,6 +252,7 @@ typedef struct rwsplit_config_st {
int rw_max_sescmd_history_size;
bool disable_sescmd_hist;
bool disable_slave_recovery;
bool master_reads; /*< Use master for reads */
} rwsplit_config_t;