Changeset View
Changeset View
Standalone View
Standalone View
databases/mysqlwsrep56-server/files/patch-include_my__compare.h
- This file was copied from databases/mysql56-server/files/patch-include_my_compare.h.
--- include/my_compare.h.orig 2011-05-10 09:46:46.000000000 +0200 | --- include/my_compare.h.orig 2017-01-25 07:58:07 UTC | ||||
+++ include/my_compare.h 2011-05-10 09:47:01.000000000 +0200 | +++ include/my_compare.h | ||||
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ extern "C" { | ||||
But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. | 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 1000 /* Max length in bytes */ | ||||
+#define HA_MAX_KEY_LENGTH 4000 /* 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_KEY_SEG 16 /* Max segments for key */ | ||||
#define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) | #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) |