Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6
-
None
Description
Running of the following test case
CREATE TABLE t1(c1 CHAR(255) PRIMARY KEY); |
PREPARE stmt FROM 'EXPLAIN DELETE b FROM t1 AS a JOIN t1 AS b'; |
EXECUTE stmt; |
results in firing of the assertion
DBUG_ASSERT(! is_set());
|
in the method Diagnostics_area::set_eof_status.
Attachments
Issue Links
- blocks
-
MDEV-16708 Unsupported commands for prepared statements
- Closed
- is duplicated by
-
MDEV-24664 Assertion `! is_set()' failed in Diagnostics_area::set_eof_status upon EXPLAIN on multi-table DELETE executed via PS
- Closed