Skip to content

Commit

Permalink
MDEV-13857 - Use the 10.2 libmariadb in 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vojtovich committed Sep 22, 2017
1 parent 5a8a3c3 commit 4e1e5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/mysqlbinlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
#define MYSQL_CLIENT
#undef MYSQL_SERVER
#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"
#undef MYSQL_TYPE_TIME2
#include <my_time.h>
#include <sslopt-vars.h>
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
Expand Down
2 changes: 1 addition & 1 deletion libmariadb

0 comments on commit 4e1e5a3

Please sign in to comment.