Test case and a different fix for MySQL bug#14485479

This commit is contained in:
Sergei Golubchik 2013-01-15 19:16:29 +01:00
parent 9b9c138e2a
commit 4ce53556ce
5 changed files with 89 additions and 14 deletions

View file

@ -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