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
Offsets for MySQL 5.5.49, 5.6.30, 5.7.12. Whitespace cleanups.
Update yajl/src/Makefile.am to remove an Autoconf warning.
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
#define MYSQL_DYNAMIC_PLUGIN 1
|
||||
#define MYSQL_SERVER 1
|
||||
|
||||
// Fix for VIO. We don't want to using method mapping as then a change in the struct will cause the offsets compiled with to
|
||||
// be wrong. As is the case with ndb which uses a version of Vio with support for ipv6 similar to 5.5 but different from 5.1
|
||||
// Fix for VIO. We don't want to using method mapping as then a change in
|
||||
// the struct will cause the offsets compiled with to be wrong.
|
||||
// As is the case with ndb which uses a version of Vio with support for
|
||||
// ipv6 similar to 5.5 but different from 5.1
|
||||
#define DONT_MAP_VIO
|
||||
|
||||
#include <my_config.h>
|
||||
@@ -62,7 +64,7 @@
|
||||
#endif
|
||||
|
||||
#include <violite.h>
|
||||
#include <events.h>
|
||||
#include <events.h>
|
||||
#include <my_md5.h>
|
||||
#include <my_dir.h>
|
||||
#include <my_sys.h>
|
||||
|
||||
Reference in New Issue
Block a user