mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
The next major release of mysql. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. WWW: http://www.mysql.com/ PR: 204607 Submitted by: mokhi64@gmail.com Reviewed by: koobs, brnrd Approved by: mat
11 lines
549 B
C
11 lines
549 B
C
--- include/myisam.h.orig 2015-11-29 19:16:24 UTC
|
|
+++ include/myisam.h
|
|
@@ -45,7 +45,7 @@ extern "C" {
|
|
The following defines can be increased if necessary.
|
|
But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH.
|
|
*/
|
|
-#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */
|
|
+#define MI_MAX_KEY_LENGTH 4000 /* Max length in bytes */
|
|
#define MI_MAX_KEY_SEG 16 /* Max segments for key */
|
|
|
|
#define MI_MAX_KEY_BUFF (MI_MAX_KEY_LENGTH+MI_MAX_KEY_SEG*6+8+8)
|