[wp-trac] [WordPress Trac] #22024: The query cache in WP_Comment_Query:query() is not invalidated when comments are added
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 3 21:11:45 UTC 2012
#22024: The query cache in WP_Comment_Query:query() is not invalidated when
comments are added
--------------------------+-----------------------
Reporter: ryan | Owner: ryan
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.5
Component: Comments | Version: 3.4.2
Severity: normal | Resolution:
Keywords: |
--------------------------+-----------------------
Comment (by nacin):
You are using an object-cache.php drop-in that doesn't support
wp_cache_incr() and wp_cache_decr(), added in 3.3.
Sadly, we'll probably need to avoid these functions in core for the time
being, or begin to offer fallbacks (for when a drop-in doesn't add them)
that in this case would call get() then set().
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22024#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list