summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_auth.h.pp
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-04-28 11:10:55 +0300
committerMonty <monty@mariadb.org>2016-04-28 13:39:55 +0300
commitb4ff64568c88ab3ce559e7bd39853d9cbf86704a (patch)
tree1eff90ae44fc8b7e8e224844c087add4e561ebb5 /include/mysql/plugin_auth.h.pp
parent7c6cb41b15624fa77cbc92c7b5de9a834e011d56 (diff)
downloadmariadb-git-b4ff64568c88ab3ce559e7bd39853d9cbf86704a.tar.gz
Fixed wrong counting of global Memory_used
Diffstat (limited to 'include/mysql/plugin_auth.h.pp')
-rw-r--r--include/mysql/plugin_auth.h.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysql/plugin_auth.h.pp b/include/mysql/plugin_auth.h.pp
index 046f92b5ab8..10cd10bf9c8 100644
--- a/include/mysql/plugin_auth.h.pp
+++ b/include/mysql/plugin_auth.h.pp
@@ -281,7 +281,8 @@ struct st_mysql_show_var {
void *value;
enum enum_mysql_show_type type;
};
-typedef int (*mysql_show_var_func)(void*, struct st_mysql_show_var*, void *, enum enum_var_type);
+struct system_status_var;
+typedef int (*mysql_show_var_func)(void*, struct st_mysql_show_var*, void *, struct system_status_var *status_var, enum enum_var_type);
struct st_mysql_sys_var;
struct st_mysql_value;
typedef int (*mysql_var_check_func)(void* thd,