[wp-trac] [WordPress Trac] #34874: dbDelta Case Sensitive Key Names Duplicates Indexes

WordPress Trac noreply at wordpress.org
Sun Dec 6 18:09:27 UTC 2015


#34874: dbDelta Case Sensitive Key Names 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.

 ----

 Using an uppercase index name will create duplicate indexes:
 {{{
   KEY MY_KEY ( SLUG ),
 }}}

 This works:
 {{{
  KEY my_key ( slug ),
 }}}

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


More information about the wp-trac mailing list