1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-13857 - Use the 10.2 libmariadb in 10.3

This commit is contained in:
Sergey Vojtovich
2017-09-21 17:01:24 +04:00
parent 5a8a3c3fe3
commit 4e1e5a3266
2 changed files with 4 additions and 1 deletions

View File

@@ -32,7 +32,10 @@
#define MYSQL_CLIENT #define MYSQL_CLIENT
#undef MYSQL_SERVER #undef MYSQL_SERVER
#define TABLE TABLE_CLIENT #define TABLE TABLE_CLIENT
/* This hack is here to avoid adding COMPRESSED data types to libmariadb. */
#define MYSQL_TYPE_TIME2 MYSQL_TYPE_TIME2,MYSQL_TYPE_BLOB_COMPRESSED=140,MYSQL_TYPE_VARCHAR_COMPRESSED=141
#include "client_priv.h" #include "client_priv.h"
#undef MYSQL_TYPE_TIME2
#include <my_time.h> #include <my_time.h>
#include <sslopt-vars.h> #include <sslopt-vars.h>
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */ /* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */