[wp-trac] [WordPress Trac] #26847: MySQL 5.6 default install can break WordPress

WordPress Trac noreply at wordpress.org
Sun Feb 2 21:38:36 UTC 2014


#26847: MySQL 5.6 default install can break WordPress
------------------------------+---------------------
 Reporter:  pento             |       Owner:  nacin
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  3.9
Component:  Database          |     Version:  2.7
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch commit  |     Focuses:
------------------------------+---------------------
Changes (by nacin):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"27072"]:
 {{{
 #!CommitTicketReference repository="" revision="27072"
 Ensure compatibility with MySQL 5.6 which has stricter SQL modes by
 default.

 Disables NO_ZERO_DATE, ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES,
 STRICT_ALL_TABLES, TRADITIONAL. Introduces wpdb::set_sql_mode() with an
 incompatible_sql_modes filter so a plugin can alter the set mode after the
 fact.

 props pento.
 fixes #26847.
 }}}

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


More information about the wp-trac mailing list