Opened 10 years ago
Closed 10 years ago
#32310 closed defect (bug) (fixed)
Timeout on big tables upgrade to utf8mb4_unicode_ci
Reported by: | gabrielperezs | Owned by: | pento |
---|---|---|---|
Milestone: | 4.2.3 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | performance | Cc: |
Description
If a table like wp_options is too big, the upgrade process can't finish. In my case, the table need around 12 minutes to this change so the wordpres upgrade process always hive a timeout.
The core don't check if the table has the correct collation and send the order to change it again, is a loop never ends.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core by lonchbox. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Patch to check the actual collation of a table before try to change it again