summaryrefslogtreecommitdiffstats
path: root/src/mysql_inc.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-03-07 15:12:57 +0100
committermanuel <manuel@mausz.at>2013-03-07 15:12:57 +0100
commitaf214790e552310a254ee212df29e8d83f0427a1 (patch)
treecd8849c81838426163f71d3ebf85efb0513cc68e /src/mysql_inc.h
parent0446f4e8d07db72649fbff720367945950c017b7 (diff)
downloadmysql-table_sizes-af214790e552310a254ee212df29e8d83f0427a1.tar.gz
mysql-table_sizes-af214790e552310a254ee212df29e8d83f0427a1.tar.bz2
mysql-table_sizes-af214790e552310a254ee212df29e8d83f0427a1.zip
fix a couple of compilation errors and warnings
* fix compilation via cmake * fix minor compiler warnings * add --enable-fast-mutexes to compile with fast mutexes support. the plugin will crash if server and plugin do not match!
Diffstat (limited to 'src/mysql_inc.h')
-rw-r--r--src/mysql_inc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mysql_inc.h b/src/mysql_inc.h
index ca055ca..4912682 100644
--- a/src/mysql_inc.h
+++ b/src/mysql_inc.h
@@ -5,7 +5,10 @@
5#define HAVE_CONFIG_H 5#define HAVE_CONFIG_H
6#endif 6#endif
7 7
8#ifndef MYSQL_DYNAMIC_PLUGIN
8#define MYSQL_DYNAMIC_PLUGIN 9#define MYSQL_DYNAMIC_PLUGIN
10#endif
11
9#define MYSQL_SERVER 1 12#define MYSQL_SERVER 1
10 13
11#include <mysql_version.h> 14#include <mysql_version.h>