diff options
author | monty@donna.mysql.com <> | 2000-08-21 03:00:52 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-21 03:00:52 +0300 |
commit | aa3580924bb1a036a5b4ce7c6f4c930499eb09e2 (patch) | |
tree | f46edbbf41f400440bde25519820b29885305b1b /sql/unireg.h | |
parent | 86f4dbe20e850a6161d69b7407838c28a8bf93f9 (diff) | |
download | mariadb-git-aa3580924bb1a036a5b4ce7c6f4c930499eb09e2.tar.gz |
RENAME TABLE table_name TO new_table_name ; Faster Alloc
Small bug fixes
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index a0890473de8..988be3d398f 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -40,6 +40,7 @@ #define ERRMAPP 1 /* Errormap f|r my_error */ #define LIBLEN FN_REFLEN-FN_LEN /* Max l{ngd p} dev */ +#define MAX_DBKEY_LENGTH (FN_LEN*2+2) #define MAX_FIELD_NAME 34 /* Max colum name length +2 */ #define MAX_KEY 32 /* Max used keys */ #define MAX_REF_PARTS 16 /* Max parts used as ref */ |