Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Commit [r7]  Maximize  Restore  History

Finally chased down an ugly memory leak in _mysql. Tested with a script

I got from mxODBC author Marc-Andre Lemburg, which revealed the leak in
the first place.

Added a connection.rollback() method that always raises an
OperationalError, since MySQL doesn't have transactions.
connection.commit() still succeeds without doing anything.

adustman 1999-03-18

changed /trunk/mysql/MySQLdb.py
changed /trunk/mysql/_mysqlmodule.c
/trunk/mysql/MySQLdb.py Diff Switch to side-by-side view
Loading...
/trunk/mysql/_mysqlmodule.c Diff Switch to side-by-side view
Loading...