Bug #115082 connection_cext has a memory leak in the python mysql-connector
Submitted: 22 May 2024 12:50 Modified: 17 Dec 2024 23:46
Reporter: Shaun Hirst Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / Python Severity:S2 (Serious)
Version:8.4.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: memory leak

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[22 May 2024 14:41] Shaun Hirst
python test file showing leak

Attachment: sql_leak.py (text/x-python-script), 2.11 KiB.