diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-11-16 19:04:36 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-11-19 22:30:31 +0100 |
commit | 7c7ec206678d2a7f22cfc3566fe8bdddae965e41 (patch) | |
tree | a98b8a8f67c99d441a129ebf36bf02816853932d /3rdparty/mysql/include/mysql_version.h | |
parent | 75ae0182f850e213d50832c979312aa560152628 (diff) | |
download | hercules-7c7ec206678d2a7f22cfc3566fe8bdddae965e41.tar.gz hercules-7c7ec206678d2a7f22cfc3566fe8bdddae965e41.tar.bz2 hercules-7c7ec206678d2a7f22cfc3566fe8bdddae965e41.tar.xz hercules-7c7ec206678d2a7f22cfc3566fe8bdddae965e41.zip |
Replace the windows mysql connector with MariaDB C Connector 3.1.5 / Client Lib 10.4.3
Diffstat (limited to '3rdparty/mysql/include/mysql_version.h')
-rw-r--r-- | 3rdparty/mysql/include/mysql_version.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/3rdparty/mysql/include/mysql_version.h b/3rdparty/mysql/include/mysql_version.h deleted file mode 100644 index 473a19987..000000000 --- a/3rdparty/mysql/include/mysql_version.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Copyright Abandoned 1996, 1999, 2001 MySQL AB - This file is public domain and comes with NO WARRANTY of any kind */ - -/* Version numbers for protocol & mysqld */ - -#ifndef _mysql_version_h -#define _mysql_version_h -#ifdef _CUSTOMCONFIG_ -#include <custom_conf.h> -#else -#define PROTOCOL_VERSION 10 -#define MYSQL_SERVER_VERSION "5.0.20" -#define MYSQL_BASE_VERSION "mysqld-5.0" -#define MYSQL_SERVER_SUFFIX_DEF "-community-max-nt" -#define FRM_VER 6 -#define MYSQL_VERSION_ID 50020 -#define MYSQL_PORT 3306 -#define MYSQL_UNIX_ADDR "/tmp/mysql.sock" -#define MYSQL_CONFIG_NAME "my" -#define MYSQL_COMPILATION_COMMENT "MySQL Community Edition - Max (GPL)" - -/* mysqld compile time options */ -#endif /* _CUSTOMCONFIG_ */ - -#ifndef LICENSE -#define LICENSE GPL -#endif /* LICENSE */ - -#endif /* _mysql_version_h */ |