[wp-trac] [WordPress Trac] #44351: Fix "Foreign key constraint is incorrectly formed" when running unit tests
WordPress Trac
noreply at wordpress.org
Tue Nov 9 23:22:23 UTC 2021
#44351: Fix "Foreign key constraint is incorrectly formed" when running unit tests
------------------------------+------------------------------
Reporter: conner_bw | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version: 4.9.6
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+------------------------------
Comment (by randompage):
simply insert a comment betwen CREATE TABLE and DROP TABLE will do the
job.
example:
{{{
CREATE /*something*/ TABLE bla bla...
DROP /*something*/ TABLE bla bla...
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44351#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list