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:
Guy Lichtman
2013-06-06 21:26:39 +03:00
parent cf395c3f66
commit a7d789d371
11 changed files with 726 additions and 186 deletions

View File

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