[wp-trac] [WordPress Trac] #34692: Unknown system variable storage_engine when running tests in MySQL 5.7

WordPress Trac noreply at wordpress.org
Mon Dec 21 22:26:54 UTC 2015


#34692: Unknown system variable storage_engine when running tests in MySQL 5.7
------------------------------+-----------------------------
 Reporter:  jeremyfelt        |       Owner:  pento
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  Future Release
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch         |     Focuses:
------------------------------+-----------------------------
Changes (by pento):

 * owner:   => pento
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"36055"]:
 {{{
 #!CommitTicketReference repository="" revision="36055"
 Tests: Use the `default_storage_engine` MySQL option on newer MySQL
 versions.

 In MySQL 5.5.3, `storage_engine` was deprecated in favour of
 `default_storage_engine`, and subsequently removed in MySQL 5.7. To avoid
 errors when running tests on MySQL 5.7, we need to switch between the
 options based on MySQL version.

 Props skithund, jeremyfelt.

 Fixes #34692.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34692#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list