Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.3(EOL)
-
None
-
None
Description
Memory leak detected similar to MDEV-30680 when the server shut down after calling a non-existing function with a return statement in sql_mode ORACLE.
SET sql_mode=ORACLE; |
BEGIN RETURN f(); |
SHUTDOWN;
|
LSAN|memory leak|mysys/my_malloc.c|__interceptor_malloc|my_malloc|init_dynamic_array2|sp_add_used_routine
|
Attachments
Issue Links
- relates to
-
MDEV-34405 LSAN: memory leaks in sp_add_used_routine upon double view creation with missing user
- Open