Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.1.0
-
None
Description
Executing the following:
CREATE EVENT myevent
|
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR
|
DO
|
UPDATE t1 SET id = id + 1;
|
causes a memory leak when the query is parsed.
Attached is the valgrind output.
Attachments
Issue Links
- is blocked by
-
MDEV-8204 Executing a CREATE EVENT query causes the embedded library to leak memory
- Closed