summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* Teach configure how to find and build against MariaDB 10.2. PR 61517Graham Leggett2019-12-281-0/+2
* MySQL driver: Fix incorrect check for bad parameter in theJeff Trawick2014-09-161-2/+2
* Allow apr_dbd_get_row() to be called with a different pool than apr_dbd_select()Stefan Fritsch2012-08-051-1/+1
* Copy memory returned by dbd_mysql_get_entryNick Kew2010-07-201-3/+11
* Refactor away apu_version legacy cruftWilliam A. Rowe Jr2009-12-211-1/+0
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-171-2/+2
* * Silence compiler warningRuediger Pluem2009-12-011-0/+2
* * mysql_options() requires a pointer as third argument, not a value.Ruediger Pluem2009-11-261-6/+10
* Support connecttimeout, readtimeout and writetimeout MySQL optionsNick Kew2009-11-201-0/+17
* Reorder the config into sanity, prefer include/mysql/ structureWilliam A. Rowe Jr2009-08-031-11/+12
* Add dbd_mysql_num_cols to the list of declared functions.Graham Leggett2009-07-281-0/+1
* Make sure the mysql version of dbd_mysql_get_entry() respects theGraham Leggett2009-07-281-5/+11
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+1297