TAJO-1907: Reduce the size of the INDEXES table's COLUMN_NAMES field#800
TAJO-1907: Reduce the size of the INDEXES table's COLUMN_NAMES field#800jihoonson wants to merge 1 commit into
Conversation
|
MySQL InnoDB allows the size of a single column for an index key up to 767 bytes by default. |
|
Without this patch, users will face an error message like |
|
+1 |
|
I have a question. Should users backup and restore for it? If so, please share the breaking change in dev/user mailing list. |
|
Yes, I think it will be ok. Users don't have to backup and restore their catalog unless they have indexes on some columns where the length of the composite string of those column names is 256 bytes. |
|
I'll commit shortly. |
No description provided.