Bug #45732 Test case for Bug#12704 is disabled in trigger.test
Submitted: 24 Jun 21:19
Reporter: Alexander Nozdrin
Status: Verified
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: Target Version:5.4+
Tags: disabled
Triage: Triaged: D3 (Medium)

[24 Jun 21:19] Alexander Nozdrin
Description:
trigger.test:

# Tests for bug #12704 "Server crashes during trigger execution".
# If we run DML statements and CREATE TRIGGER statements concurrently
# it may happen that trigger will be created while DML statement is
# waiting for table lock. In this case we have to reopen tables and
# recalculate prelocking set.
# Unfortunately these tests rely on the order in which tables are locked
# by statement so they are non determenistic and are disabled.
--disable_parsing
...
--enable_parsing

How to repeat:
*