523
523
static sys_var_const_str_ptr sys_repl_report_user(&vars, "report_user", &report_user);
524
524
static sys_var_const_str_ptr sys_repl_report_password(&vars, "report_password", &report_password);
528
528
thd->sys_var_tmp.long_value= report_port;
532
532
static sys_var_readonly sys_repl_report_port(&vars, "report_port", OPT_GLOBAL, SHOW_INT, slave_get_report_port);