Added option which allows the master server to be used for reads.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user