Bug #74132 | mysql_install_db takes much longer in 5.7.5 | ||
---|---|---|---|
Submitted: | 29 Sep 2014 9:58 | Modified: | 24 Nov 2014 16:34 |
Reporter: | Jorge Jordao | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | 5.7.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Sep 2014 9:58]
Jorge Jordao
[24 Nov 2014 16:34]
Paul DuBois
Noted in 5.7.6 changelog. With the change in MySQL 5.7.5 to InnoDB for the help tables in the mysql database, mysql_install_db became much slower for loading the help-table content. This was due to the INSERT statements loading with autocommit enabled. Now all the statements execute as a single transaction, not one transaction per statement.