summaryrefslogtreecommitdiffstats
path: root/src/mysql_inc.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-02 15:41:55 +0200
committermanuel <manuel@mausz.at>2019-04-02 15:41:55 +0200
commit111910540226914cf287eb840ad0e74257f85563 (patch)
treed51744ec591deedb5e2bd671e825bcee2c7786c2 /src/mysql_inc.h
parentf6b1922c313ce1a1cb81b8e84f8f34ecab1ec304 (diff)
downloadmysql-table_sizes-111910540226914cf287eb840ad0e74257f85563.tar.gz
mysql-table_sizes-111910540226914cf287eb840ad0e74257f85563.tar.bz2
mysql-table_sizes-111910540226914cf287eb840ad0e74257f85563.zip
Update for mysql 8.0
Diffstat (limited to 'src/mysql_inc.h')
-rw-r--r--src/mysql_inc.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mysql_inc.h b/src/mysql_inc.h
deleted file mode 100644
index 4912682..0000000
--- a/src/mysql_inc.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef MYSQL_INCL_H
2#define MYSQL_INCL_H
3
4#ifndef HAVE_CONFIG_H
5#define HAVE_CONFIG_H
6#endif
7
8#ifndef MYSQL_DYNAMIC_PLUGIN
9#define MYSQL_DYNAMIC_PLUGIN
10#endif
11
12#define MYSQL_SERVER 1
13
14#include <mysql_version.h>
15
16#endif