Bug 1604051 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is a meta-bug for all work related to supporting mysql 8.

Key points:

- Tables and columns need to use `$dbh->quote_identifier` because of new reserved words 
- sha2 hashing is gone/different
- innodb file format and related vars are now the default, but also *removed* so checksetup fails.
This is a meta-bug for all work related to supporting mysql 8.

Key points:

- Tables and columns need to use `$dbh->quote_identifier` because of new reserved words (bug 1592129)
- sha2 hashing is gone/different
- innodb file format and related vars are now the default, but also *removed* so checksetup fails.

Back to Bug 1604051 Comment 0