mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03: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:
@ -65,7 +65,8 @@ static const char *handler_error_messages[]=
|
||||
"Got a fatal error during initialzaction of handler",
|
||||
"File to short; Expected more data in file",
|
||||
"Read page with wrong checksum",
|
||||
"Too many active concurrent transactions"
|
||||
"Too many active concurrent transactions",
|
||||
"Index column length exceeds limit"
|
||||
};
|
||||
|
||||
extern void my_handler_error_register(void);
|
||||
|
Reference in New Issue
Block a user