mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
906ce0962d
InnoDB limited the maximum number of bytes per character to 4. But, the filename character set that was introduced in MySQL 5.1 uses up to 5 bytes per character. To allow InnoDB tables to be created with wider characters, let us split the mbminmaxlen fields into mbminlen, mbmaxlen, and increase the limit to 7 bytes per character. This will increase the payload size of dtype_t and dict_col_t by one bit. The storage size will be unchanged (54 bits and 77 bits will use the same number of bytes as the previous sizes 53 and 76 bits). |
||
---|---|---|
.. | ||
rem0cmp.c | ||
rem0rec.c |