mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
- Add support for [Open]SSL choice - bundled, system, ports - Add support for OQGRAPH, PBXT storage engines - Add MAXKEY options (should stay on if you want your data to be compatible with all the other mysql ports in the ports tree) - Minor fix of patch-sql_CMakeLists.txt PR: ports/176405 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
11 lines
526 B
C
11 lines
526 B
C
--- include/my_compare.h.orig 2012-11-28 17:49:43.000000000 +0200
|
|
+++ include/my_compare.h 2012-12-23 02:45:51.000000000 +0200
|
|
@@ -40,7 +40,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 32 /* Max segments for key */
|
|
|
|
#define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6)
|