summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* changed logging to reflect that it's the driver logging not mod_log_sql coreEdward Rudd2005-01-111-1/+1
* fixes by Douglas E. Warner to fix "NULL" fields. Edward Rudd2004-08-231-5/+10
* fixed another segfault related to the mysql escaping function (forcepreserve ...Edward Rudd2004-07-161-0/+1
* moved quoting of fields to DB driver Edward Rudd2004-06-031-6/+8
* fixed signal macrosEdward Rudd2004-04-291-2/+2
* win32 updates and build scriptEdward Rudd2004-04-291-10/+20
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-171-3/+4
* Added registration function for database driversEdward Rudd2004-04-071-9/+24
* Updated to new logging function with apaceh 2 prototype instead of 1.3 so i c...Edward Rudd2004-04-041-6/+6
* updated compatability header for Apache 1.3Edward Rudd2004-03-051-1/+4
* complete DB separation from core module code.Edward Rudd2004-03-041-2/+8
* mysql code separation complete..Edward Rudd2004-03-021-118/+101
* separated out most mysql specific code to mod_log_sql_mysql.cEdward Rudd2004-02-291-0/+241