16 #include <my_global.h>
18 #include "rpl_info_handler.h"
20 Rpl_info_handler::Rpl_info_handler(
const int nparam)
21 :field_values(0), ninfo(nparam),
cursor((my_off_t)0),
22 prv_error(0), sync_counter(0), sync_period(0)
29 if (field_values && field_values->init())
36 Rpl_info_handler::~Rpl_info_handler()
41 void Rpl_info_handler::set_sync_period(uint period)
46 const char* Rpl_info_handler::get_rpl_info_type_str()
48 switch(do_get_rpl_info_type())
50 case INFO_REPOSITORY_DUMMY:
return "DUMMY";
51 case INFO_REPOSITORY_FILE:
return "FILE";
52 case INFO_REPOSITORY_TABLE:
return "TABLE";