Opened 16 years ago
Closed 16 years ago
#9684 closed defect (bug) (fixed)
Changeset [11132] renders the postmeta_form_limit useless
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
it's all in the title.
patch coming in a sec to make the query less expensive.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
the having clause applies after the group by. that way, we're no longer applying a where filter on every row, but rather on every unique meta_key. it should go faster than the php equivalent in r11132.