aboutsummaryrefslogtreecommitdiffstats
path: root/src/pool/pool.c
Commit message (Collapse)AuthorAgeFilesLines
* pool: Destroy enumerator before deleting existing poolTobias Brunner2017-11-081-4/+6
| | | | | | The MySQL client doesn't like overlapping queries on the same connection, so we make sure to destroy the enumerator used to check for an existing pool before deleting it when --replace is used.
* pool: Make pool timeout configurable in other units than hoursTobias Brunner2017-11-021-9/+19
|
* pool: Fix (known) memory leak when querying leasesTobias Brunner2016-09-201-21/+38
|
* attr-sql: Use namespace for attr-sql config, with fallbackTobias Brunner2014-02-121-3/+8
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* database: Add support for serializable transactionsTobias Brunner2013-10-111-4/+4
|
* pool: Change transaction handlingTobias Brunner2013-10-111-46/+8
|
* pool: Move the pool utility to its own directory in srcTobias Brunner2013-10-111-0/+1286