Open Mistralys opened 4 weeks ago
Trying to import the docs/sql/pristine.sql or tests/sql/testsuite.sql files in a recent version of Mysql or MariaDB fails, because some indexes are too short for UTF8MB4. Columns that are ASCII-based should be updated to specify this explicitly.
docs/sql/pristine.sql
tests/sql/testsuite.sql
NOTE: This also relates to #61.
See commit for a related update SQL script.
Trying to import the
docs/sql/pristine.sql
ortests/sql/testsuite.sql
files in a recent version of Mysql or MariaDB fails, because some indexes are too short for UTF8MB4. Columns that are ASCII-based should be updated to specify this explicitly.