From 3184bed09724fd91ec00ecb6d0244bbe4b9624d1 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 15 Dec 2015 19:40:21 +0000 Subject: New ports: databases/mysql57-client, databases/mysql57-server The next major release of mysql. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. WWW: http://www.mysql.com/ PR: 204607 Submitted by: mokhi64@gmail.com Reviewed by: koobs, brnrd Approved by: mat --- databases/mysql57-client/files/patch-include_my__compare.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/mysql57-client/files/patch-include_my__compare.h (limited to 'databases/mysql57-client/files/patch-include_my__compare.h') diff --git a/databases/mysql57-client/files/patch-include_my__compare.h b/databases/mysql57-client/files/patch-include_my__compare.h new file mode 100644 index 000000000000..cd176ca50b43 --- /dev/null +++ b/databases/mysql57-client/files/patch-include_my__compare.h @@ -0,0 +1,11 @@ +--- include/my_compare.h.orig 2015-11-29 19:16:24 UTC ++++ include/my_compare.h +@@ -40,7 +40,7 @@ extern "C" { + But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. + */ + +-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ ++#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ + #define HA_MAX_KEY_SEG 16 /* Max segments for key */ + + #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) -- cgit v1.2.3