Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
This task is split from MDEV-36484 and proposes an alternative solution to the same problem. The test is the same:
CREATE TABLE t1 (a INT);
|
CREATE TRIGGER t1 AFTER INSERT ON t1 FOR EACH ROW INSERT INTO t1 VALUES (0);
|
RENAME TABLE t1 TO c,v2 TO t;
|
The description of the problem can be found in MDEV-36484 as well. In short: optimizer hints parser is sensitive to `thd->is_error()` set elsewhere. That behavior must be changed so it is only catches its own fatal errors
Attachments
Issue Links
- is caused by
-
MDEV-34870 Implement join order hints
-
- In Testing
-
- split from
-
MDEV-36484 Atomic DDL: Assertion `!param->got_error' failed upon unsuccessful multi-RENAME TABLE
-
- In Review
-
bar, can you please review bb-12.0-
MDEV-36675-is-error?