summaryrefslogtreecommitdiff
path: root/databases/mysql51-embedded/patches/patch-ab
blob: 5b5b18f70604e62044533a5caa5c2c4456a50fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2010/02/15 17:01:12 wiz Exp $

--- include/myisam.h.orig	2009-06-16 12:23:32.000000000 +0000
+++ include/myisam.h
@@ -48,7 +48,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)