Opened 11 years ago
Closed 11 years ago
#32310 closed defect (bug) (fixed)
Timeout on big tables upgrade to utf8mb4_unicode_ci
| Reported by: | gabrielperezs | Owned by: | pento |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2.3 |
| Component: | Upgrade/Install | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | performance |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch to check the actual collation of a table before try to change it again