summaryrefslogtreecommitdiff
path: root/src/mod_mysql_vhost.c
Commit message (Expand)AuthorAgeFilesLines
* Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)Stefan Bühler2009-07-241-0/+15
* Use connection_reset instead of handle_request_done for cleanup callbacksStefan Bühler2009-07-141-8/+8
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+2
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-071-6/+13
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+1
* use strchr() instead of index() as it is POSIXJan Kneschke2007-09-091-1/+1
* MYSQL_OPT_RECONNECT is available from 5.0.13 on (fixes #1309)Jan Kneschke2007-08-231-2/+3
* - set mysql reconnect to on. resolves #1240Elan Ruusamäe2007-08-171-0/+5
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-57/+57
* free hostname on shutdown (fixes #844)Jan Kneschke2006-09-131-0/+1
* this should fix the 'missing cleanup' msg for mod_mysql_vhostJan Kneschke2006-01-141-1/+1
* Moved the check if we have mysql-vhost config for this host AFTER the patch f...Jan Kneschke2005-10-061-2/+2
* removed warningJan Kneschke2005-09-261-3/+8
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-1/+0
* fixed segfault if no global mysql-vhost-config was set (fixes #268)Jan Kneschke2005-09-211-1/+4
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* fix mysql_config configurationmOo2005-08-151-1/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-25/+10
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-3/+5
* added support for host and portJan Kneschke2005-07-281-30/+42
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+425