24#ifndef READ_MODE_HANDLER_INCLUDE
25#define READ_MODE_HANDLER_INCLUDE
int enable_server_read_mode(const std::string &reason)
Enable the super read only mode in the server.
Definition: read_mode_handler.cc:32
int set_read_mode_state(bool read_only_enabled, bool super_read_only_enabled)
Set read mode status from server.
Definition: read_mode_handler.cc:88
int get_read_mode_state(bool *read_only_enabled, bool *super_read_only_enabled)
Get read mode status from server.
Definition: read_mode_handler.cc:63
int disable_server_read_mode()
Disable the read only mode in the server.
Definition: read_mode_handler.cc:53