Added option which allows the master server to be used for reads.
This commit is contained in:
Markus Makela
2015-06-24 19:23:43 +03:00
parent 62b951e66e
commit 7a8c307515
3 changed files with 14 additions and 1 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;