DEF_BOOL(enable_read_write_split,"false","if enabled, use read write split mode",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_BOOL(enable_read_write_split,"false","if enabled, use read write split mode",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_BOOL(enable_transaction_split,"false","if enabled, support transaction split",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_BOOL(enable_transaction_split,"false","if enabled, support transaction split",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_STR_LIST(weak_read_user_list,"","weak read for list of users, format user1;user2",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_USER);
// binlog service
// binlog service
DEF_STR(binlog_service_ip,"","binlog service ip, format ip1:sql_port1",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_STR(binlog_service_ip,"","binlog service ip, format ip1:sql_port1",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_BOOL(enable_binlog_service,"false","if enabled, obproxy will send binlog request to OBLogProxy",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);
DEF_BOOL(enable_binlog_service,"false","if enabled, obproxy will send binlog request to OBLogProxy",CFG_NO_NEED_REBOOT,CFG_SECTION_OBPROXY,CFG_VISIBLE_LEVEL_SYS);