Bug#306906: python2.2-mysqldb: To clarify

2005-04-30 Thread Daniel Knauth
Package: python2.2-mysqldb Version: 1.1.6-1.2 Followup-For: Bug #306906 The Python binding for MySQL has a bug that causes it to "forget" connections. The connections are neither in use nor are they closed properly. Instead, new connections are created for subsequent queries (which are then lost

Bug#306906: python2.2-mysqldb: Connection leak

2005-04-29 Thread Daniel Knauth
Package: python2.2-mysqldb Version: 1.1.6-1.2 Severity: grave Justification: renders package unusable The mysql-python version shipped with Debian 3.1 has a connection leak that makes the database unusable if any Python client is under load. Obviously, this affects *all* mysql clients, not just