Bug #95620 | Upgrade of help tables failed on 8.0.16 | ||
---|---|---|---|
Submitted: | 3 Jun 2019 17:12 | Modified: | 19 Jun 2019 1:50 |
Reporter: | Andrey Shcherbakov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | 8.0.16 | OS: | FreeBSD (11.2-RELEASE-p4) |
Assigned to: | CPU Architecture: | x86 (amd64) |
[3 Jun 2019 17:12]
Andrey Shcherbakov
[4 Jun 2019 6:42]
MySQL Verification Team
Hello Andrey Shcherbakov, Thank you for the report. regards, Umesh
[4 Jun 2019 10:00]
Sivert Sørumgård
Posted by developer: The combination of autocommit=0 and completion_type=CHAIN makes a new transaction be started implicitly on commit. Before upgrading help tables, the last action during upgrade from 8.0.14 to 8.0.16, before upgrading the help tables, is to commit the updates to the SRS meta data. Thus, a new transaction is active while the statements for upgrading the help tables are executed. The second statement is 'SET sql_log_bin = 0', which fails since this is not allowed in the scope of an active transaction.
[19 Jun 2019 1:50]
Paul DuBois
Posted by developer: Fixed in 8.0.18. During upgrade operations, upgrades of the help tables failed if autocommit was disabled.
[19 Jun 2019 13:24]
Paul DuBois
Posted by developer: Fixed in 8.0.17.