mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-23894 UBSAN: several call to function show_binlog_vars(THD*, st_mysql_show_var*, char*) through pointer to incorrect function type 'int (*)(THD *, st_mysql_show_var *, void *, system_status_var *, enum_var_type) errors
This commit is contained in:
@ -131,8 +131,8 @@ extern const char* wsrep_provider_name;
|
||||
extern const char* wsrep_provider_version;
|
||||
extern const char* wsrep_provider_vendor;
|
||||
|
||||
int wsrep_show_status(THD *thd, SHOW_VAR *var, char *buff,
|
||||
enum enum_var_type scope);
|
||||
int wsrep_show_status(THD *thd, SHOW_VAR *var, void *buff,
|
||||
system_status_var *status_var, enum_var_type scope);
|
||||
int wsrep_init();
|
||||
void wsrep_deinit(bool free_options);
|
||||
|
||||
|
Reference in New Issue
Block a user