diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-15 19:16:29 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-15 19:16:29 +0100 |
commit | 4ce53556ce5f31ec6b811c0803285cf0c29f4540 (patch) | |
tree | 7aea7f6eaea48e98bc434bf934adba814a05949f /sql/sql_audit.h | |
parent | 9b9c138e2aaa036c0cb4e833e45be3f612b7d131 (diff) | |
download | mariadb-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.h | 2 |
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 |