Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
MySQL has a innodb_default_row_format sysvar which allows setting the default row format. This is useful in situations where innodb_large_prefix, as large prefixes don't work with COMPACT row format (which is the default).
http://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_default_row_format
Attachments
Issue Links
- relates to
-
MDEV-12210 innodb_large_prefix disabled no longer allows large index creation
- Closed