Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.0.8
-
Fix Version/s: N/A
-
Component/s: Generic
-
Labels:None
-
Environment:python
Description
Infinite (but one call at a time by thread.lock) calling of 'cursor.callproc('procedure', args)'
keep failing with an error that
"<class 'mariadb.OperationalError'> Client run out of memory"
on windows python.
DB have no error.
if I re-run the python script, everything work fine again, but later few hours dead again.
And the same call/procedure on the MariaDB console, no problem.