Bug #115852 | allocated memory to prepared statement are not releaed after connection gone. | ||
---|---|---|---|
Submitted: | 16 Aug 2024 14:19 | Modified: | 16 Aug 2024 15:18 |
Reporter: | ebrahim poursadeghi | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.37,9.0.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[16 Aug 2024 14:19]
ebrahim poursadeghi
[16 Aug 2024 15:18]
MySQL Verification Team
Hi Mr. pursadeghi, Thank you for your bug report. However, we can not repeat it. Can you please just send us a set of SQL statements that will produce the same error. Next, which memory is not released. If it is about memory taken by mysqld, that is expected behaviour. Namely, that is how malloc library that comes with the operating systems function Regarding individual memory, those are sometimes intentionally not released, in order to cache memory for further usage. Mostly likely, this is not a bug, but we need a repeatable test case as a set of SQL statements. Can't repeat.