From 54e6652e48daf269355fd82707494b5ead4f9a0c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Sep 2002 13:47:41 +0300 Subject: [PATCH] Extend InnoDB key length to 1024 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- BitKeeper/etc/logging_ok | 1 + sql/unireg.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 46d85723c84..b1d89453e85 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -76,3 +76,4 @@ zak@balfor.local zak@linux.local zgreant@mysql.com miguel@hegel.br +monty@rescue. diff --git a/sql/unireg.h b/sql/unireg.h index 2cfa709bbdc..eec89fcee0f 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -49,7 +49,7 @@ #define MAX_SYS_VAR_LENGTH 32 #define MAX_KEY 32 /* Max used keys */ #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 #define MAX_REFLENGTH 8 /* Max length for record ref */ #else