[wp-trac] [WordPress Trac] #34871: dbDelta Lowercase KEY Keyword Duplicates Indexes

WordPress Trac noreply at wordpress.org
Sun Dec 6 17:58:55 UTC 2015


#34871: dbDelta Lowercase KEY Keyword Duplicates Indexes
--------------------------+-----------------------------
 Reporter:  charlestonsw  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Database      |    Version:  3.5.1
 Severity:  normal        |   Keywords:
  Focuses:  performance   |
--------------------------+-----------------------------
 Reference ticket #10404.

 This is to decompose the original ticket into components. May be fixed in
 4.4. Needs testing.

 ----

 Creates duplicate indexes:
 {{{
 create table x (
 id mediumint(8) not null autoincrement,
 key id (id)
 )
 }}}

 Does not create duplicate indexes:
 {{{
 create table x (
 id mediumint(8) not null autoincrement,
 KEY id (id)
 )
 }}}

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


More information about the wp-trac mailing list