At 13:49 +0300 9/5/02, monty@stripped wrote:
>Below is the list of changes that have just been committed into a local
>4.0 repository of monty. When monty does a push these changes will
>be propagated to the main repository and, within 24 hours after the
>push, to the public repository.
>For information on how to access the public repository
>see http://www.mysql.com/doc/I/n/Installing_source_tree.html
>
>ChangeSet
> 1.1269 02/09/05 13:47:41 monty@rescue. +2 -0
> Extend InnoDB key length to 1024
>
> BitKeeper/etc/logging_ok
> 1.244 02/09/05 13:47:38 monty@rescue. +1 -0
> Logging to logging@stripped accepted
>
> sql/unireg.h
> 1.16 02/09/05 13:47:35 monty@rescue. +1 -1
> Extend InnoDB key length to 1024
Is this an InnoDB-specific change, or a general MySQL change?
I remember a while back Heikki widened the InnoDB key length, and
then set it back to 500 shortly thereafter because MySQL itself
was imposing a 500-byte length.
>
># This is a BitKeeper patch. What follows are the unified diffs for the
># set of deltas contained in the patch. The rest of the patch, the part
># that BitKeeper cares about, is below these diffs.
># User: monty
># Host: rescue.
># Root: /my/bk/mysql-4.0
>
>--- 1.15/sql/unireg.h Tue Jul 23 18:31:19 2002
>+++ 1.16/sql/unireg.h Thu Sep 5 13:47:35 2002
>@@ -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
>
>--- 1.243/BitKeeper/etc/logging_ok Tue Aug 27 16:54:26 2002
>+++ 1.244/BitKeeper/etc/logging_ok Thu Sep 5 13:47:38 2002
>@@ -76,3 +76,4 @@
> zak@stripped
> zgreant@stripped
> miguel@stripped
>+monty@rescue.
>
>---------------------------------------------------------------------
>Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
>To request this thread, e-mail internals-thread4652@stripped
>To unsubscribe, e-mail <internals-unsubscribe@stripped>