Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18210, comment 11


Ignore:
Timestamp:
05/15/2017 01:51:12 PM (7 years ago)
Author:
jrchamp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18210, comment 11

    initial v1  
    55WHERE meta_key = BINARY 'Billing_last_name'
    66}}}
    7 Not that it's also important from a performance perspective to place the BINARY keyword on the value side of the equals or regexp (otherwise, you may not be able to benefit from the existing index).
     7Note that it's also important from a performance perspective to place the BINARY keyword on the value side of the equals or regexp (otherwise, you may not be able to benefit from the existing index).