mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
Merge 10.4 into 10.5
This commit is contained in:
parent
1181564131
commit
4eb8e51c26
38 changed files with 637 additions and 22 deletions
|
|
@ -29,7 +29,7 @@
|
|||
/* extra 4+4 bytes for slave tmp tables */
|
||||
#define MAX_DBKEY_LENGTH (NAME_LEN*2+1+1+4+4)
|
||||
#define MAX_ALIAS_NAME 256
|
||||
#define MAX_FIELD_NAME 34 /* Max colum name length +2 */
|
||||
#define MAX_FIELD_NAME (NAME_LEN+1) /* Max colum name length +1 */
|
||||
#define MAX_SYS_VAR_LENGTH 32
|
||||
#define MAX_KEY MAX_INDEXES /* Max used keys */
|
||||
#define MAX_REF_PARTS 32 /* Max parts used as ref */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue