Closed
Bug 1604051
Opened 5 years ago
Closed 1 year ago
MySQL 8 compatibility
Categories
(Bugzilla :: Bugzilla-General, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
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.
Assignee | ||
Updated•5 years ago
|
Assignee: general → dylan
Comment 1•1 year ago
|
||
What's the status of this ticket? It is still open, but all dependencies have been resolved. What are the remaining blockers to full MySQL 8 support?
Comment 2•1 year ago
|
||
It got missed when we were closing bugs. It landed on bug 1592129 and was included in 5.2 and 5.9.1.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•