[buddypress-trac] [BuddyPress Trac] #6346: Upgrade DB tables to utf8mb4
buddypress-trac
noreply at wordpress.org
Tue Apr 7 13:28:21 UTC 2015
#6346: Upgrade DB tables to utf8mb4
---------------------------------+----------------------------------
Reporter: DJPaul | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Under Consideration
Component: Component - Any/All | Version:
Severity: major | Resolution:
Keywords: |
---------------------------------+----------------------------------
Comment (by boonebgorges):
In [changeset:"9716"]:
{{{
#!CommitTicketReference repository="" revision="9716"
Introduce `bp_pre_schema_upgrade()` and use it to drop old `meta_key`
indexes.
After [9695], BP tries to update existing indexes using `dbDelta()`, but
`dbDelta()` cannot `DROP INDEX` properly. So we must run a separate
routine
before the regular schema updates. See WP's `pre_schema_upgrade()`.
See #6346.
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6346#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list