summaryrefslogtreecommitdiff
path: root/databases/mysql57-client/files/patch-include_my__compare.h
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-01-10 20:00:18 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-01-10 20:00:18 +0000
commit8e2b429602e6eadaeeec8f00a8cddd19cd51e299 (patch)
tree98e8a93ad1397c83d363bfe2cea04c38306f09e5 /databases/mysql57-client/files/patch-include_my__compare.h
parentUpdate to version 2.1.11. (diff)
databases/mysql57-client, databases/mysql57-server:
remove to prepare for proper repo-copy PR: 204607
Notes
Notes: svn path=/head/; revision=405740
Diffstat (limited to 'databases/mysql57-client/files/patch-include_my__compare.h')
-rw-r--r--databases/mysql57-client/files/patch-include_my__compare.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql57-client/files/patch-include_my__compare.h b/databases/mysql57-client/files/patch-include_my__compare.h
deleted file mode 100644
index cd176ca50b43..000000000000
--- a/databases/mysql57-client/files/patch-include_my__compare.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)