mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Test case and a different fix for MySQL bug#14485479
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user