Commit 54e6652e authored by unknown's avatar unknown

Extend InnoDB key length to 1024


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent 6b14a310
...@@ -76,3 +76,4 @@ zak@balfor.local ...@@ -76,3 +76,4 @@ zak@balfor.local
zak@linux.local zak@linux.local
zgreant@mysql.com zgreant@mysql.com
miguel@hegel.br miguel@hegel.br
monty@rescue.
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
#define MAX_SYS_VAR_LENGTH 32 #define MAX_SYS_VAR_LENGTH 32
#define MAX_KEY 32 /* Max used keys */ #define MAX_KEY 32 /* Max used keys */
#define MAX_REF_PARTS 16 /* Max parts used as ref */ #define MAX_REF_PARTS 16 /* Max parts used as ref */
#define MAX_KEY_LENGTH 500 /* max possible key */ #define MAX_KEY_LENGTH 1024 /* max possible key */
#if SIZEOF_OFF_T > 4 #if SIZEOF_OFF_T > 4
#define MAX_REFLENGTH 8 /* Max length for record ref */ #define MAX_REFLENGTH 8 /* Max length for record ref */
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment