You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
Suport 5.6.x
Offsets upto 5.6.11, 5.5.31, 5.1.69 Use -Wall for compilation and fix warnings. fix for issue #40 fix for issue #33
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#include <my_pthread.h>
|
||||
#include <sql_priv.h>
|
||||
#include <mysql/plugin.h>
|
||||
#if MYSQL_VERSION_ID >= 50600
|
||||
//in 5.6 we use the audit plugin interface
|
||||
#include <mysql/plugin_audit.h>
|
||||
#endif
|
||||
#include <sql_parse.h>
|
||||
#include <sql_class.h>
|
||||
#include <my_global.h>
|
||||
|
||||
Reference in New Issue
Block a user