mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Portability fix
This commit is contained in:
parent
bf92d91e1e
commit
49d1eeaeb9
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ static uchar *slave_get_report_port(THD *thd)
|
|||
return (uchar*) &thd->sys_var_tmp.long_value;
|
||||
}
|
||||
|
||||
static sys_var_readonly sys_repl_report_port(&vars, "report_port", OPT_GLOBAL, SHOW_INT, slave_get_report_port);
|
||||
static sys_var_readonly sys_repl_report_port(&vars, "report_port", OPT_GLOBAL, SHOW_LONG, slave_get_report_port);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue