[wp-trac] [WordPress Trac] #28155: mysqli flush issues
WordPress Trac
noreply at wordpress.org
Thu Nov 13 01:59:50 UTC 2014
#28155: mysqli flush issues
--------------------------+---------------------------
Reporter: soulseekah | Owner: boonebgorges
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.1
Component: Database | Version: 3.9
Severity: normal | Resolution: fixed
Keywords: needs-patch | Focuses:
--------------------------+---------------------------
Changes (by boonebgorges):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"30320"]:
{{{
#!CommitTicketReference repository="" revision="30320"
Manually delete fixture in `test_mysqli_flush_sync()`.
This test creates a dummy post and subsequently runs a query containing
`DROP PROCEDURE`. This latter query implies a `COMMIT`, which means that
the
post is not cleaned up for later tests. Manually deleting the post with
`wp_delete_post()` solves this problem.
Fixes #28155.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28155#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list