mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +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
|
|
@ -6405,3 +6405,6 @@ ER_TABLE_NEEDS_REBUILD
|
|||
|
||||
WARN_OPTION_BELOW_LIMIT
|
||||
eng "The value of '%s' should be no less than the value of '%s'"
|
||||
|
||||
ER_INDEX_COLUMN_TOO_LONG
|
||||
eng "Index column size too large. The maximum column size is %lu bytes."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue