[wp-trac] [WordPress Trac] #20628: Splitting the main query can result in long query strings that segfault
WordPress Trac
wp-trac at lists.automattic.com
Mon May 7 17:53:54 UTC 2012
#20628: Splitting the main query can result in long query strings that segfault
--------------------------+-----------------
Reporter: ryan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: Query | Version: 3.4
Severity: normal | Keywords:
--------------------------+-----------------
When paging hierarchical post types, edit.php via wp_edit_posts_query()
can create very long query strings that enumerate every post ID to fetch.
If a limit is not present or very large, the query may beed to fallback to
the old single query style.
See #20621
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20628>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list