freebsd-ports/databases/percona56-server/files/patch-include_my_compare.h
Florian Smeets b3098a74ff Add the 5.6 branch of Percona-Server.
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software.
2013-03-18 21:18:03 +00:00

11 lines
526 B
C

--- include/my_compare.h.orig 2011-05-10 09:46:46.000000000 +0200
+++ include/my_compare.h 2011-05-10 09:47:01.000000000 +0200
@@ -39,7 +39,7 @@
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)