mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Implement worklog #5743 InnoDB: Lift the limit of index key prefixes.
With this change, the index prefix column length lifted from 767 bytes to 3072 bytes if "innodb_large_prefix" is set to "true". rb://603 approved by Marko
This commit is contained in:
parent
53e9aabe12
commit
9e2b7fa7d5
31 changed files with 827 additions and 156 deletions
|
|
@ -110,6 +110,8 @@ enum db_err {
|
|||
DB_PARENT_NO_INDEX, /* the parent table does not
|
||||
have an index that contains the
|
||||
foreign keys as its prefix columns */
|
||||
DB_TOO_BIG_INDEX_COL, /* index column size exceeds maximum
|
||||
limit */
|
||||
|
||||
/* The following are partial failure codes */
|
||||
DB_FAIL = 1000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue