summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_audit.h.pp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/plugin_audit.h.pp')
-rw-r--r--include/mysql/plugin_audit.h.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mysql/plugin_audit.h.pp b/include/mysql/plugin_audit.h.pp
index 5d90b3efc37..794e2679356 100644
--- a/include/mysql/plugin_audit.h.pp
+++ b/include/mysql/plugin_audit.h.pp
@@ -210,6 +210,10 @@ struct mysql_event_general
struct charset_info_st *general_charset;
unsigned long long general_time;
unsigned long long general_rows;
+ MYSQL_LEX_STRING general_host;
+ MYSQL_LEX_STRING general_sql_command;
+ MYSQL_LEX_STRING general_external_user;
+ MYSQL_LEX_STRING general_ip;
};
struct mysql_event_connection
{