forked from Lainports/freebsd-ports
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.
11 lines
526 B
C
11 lines
526 B
C
--- include/my_handler.h.orig 2009-02-16 23:09:40.000000000 +0100
|
|
+++ include/my_handler.h 2009-02-16 23:09:55.000000000 +0100
|
|
@@ -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)
|