ports/databases/mysql57-server/files/patch-include_my__compare.h
Kurt Jaeger 79c95318b4 databases/mysql57-client, databases/mysql57-server:
re-add for proper repo-copy

PR:		204607
2016-01-10 20:02:30 +00:00

11 lines
491 B
C

--- 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)