mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed wrong counting of global Memory_used
This commit is contained in:
@ -102,7 +102,7 @@ bool mysqld_show_authors(THD *thd);
|
||||
bool mysqld_show_contributors(THD *thd);
|
||||
bool mysqld_show_privileges(THD *thd);
|
||||
char *make_backup_log_name(char *buff, const char *name, const char* log_ext);
|
||||
void calc_sum_of_all_status(STATUS_VAR *to);
|
||||
uint calc_sum_of_all_status(STATUS_VAR *to);
|
||||
void append_definer(THD *thd, String *buffer, const LEX_STRING *definer_user,
|
||||
const LEX_STRING *definer_host);
|
||||
int add_status_vars(SHOW_VAR *list);
|
||||
|
Reference in New Issue
Block a user