summaryrefslogtreecommitdiff
path: root/sql/sql_audit.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-01-15 19:16:29 +0100
committerSergei Golubchik <sergii@pisem.net>2013-01-15 19:16:29 +0100
commit4ce53556ce5f31ec6b811c0803285cf0c29f4540 (patch)
tree7aea7f6eaea48e98bc434bf934adba814a05949f /sql/sql_audit.h
parent9b9c138e2aaa036c0cb4e833e45be3f612b7d131 (diff)
downloadmariadb-git-4ce53556ce5f31ec6b811c0803285cf0c29f4540.tar.gz
Test case and a different fix for MySQL bug#14485479
Diffstat (limited to 'sql/sql_audit.h')
-rw-r--r--sql/sql_audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_audit.h b/sql/sql_audit.h
index b2ce31f1d26..46afe4b7596 100644
--- a/sql/sql_audit.h
+++ b/sql/sql_audit.h
@@ -31,7 +31,7 @@ extern void mysql_audit_finalize();
extern void mysql_audit_init_thd(THD *thd);
extern void mysql_audit_free_thd(THD *thd);
-extern void mysql_audit_acquire_plugins(THD *thd, uint event_class);
+extern void mysql_audit_acquire_plugins(THD *thd, ulong *event_class_mask);
#ifndef EMBEDDED_LIBRARY