[wp-trac] [WordPress Trac] #43416: Function to Maybe Convert Tables to InnoDB

WordPress Trac noreply at wordpress.org
Mon Feb 26 04:02:11 UTC 2018


#43416: Function to Maybe Convert Tables to InnoDB
-----------------------------+-----------------------------
 Reporter:  bhubbard         |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  trunk
 Severity:  normal           |   Keywords:
  Focuses:  performance      |
-----------------------------+-----------------------------
 We already have a function called {{{maybe_convert_table_to_utf8mb4()}}},
 so I think it might make sense to have one to convert the table engine to
 InnoDB. This could be really useful for developer who want to convert
 tables they have added, and core can use it on core tables during
 upgrades.

 We can have checks in place for making sure the install is running MySQL
 5.6.4 or higher.

 {{{
 maybe_convert_table_to_innodb()
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43416>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list