From 53acb181ef04ae70a7dcfed849f7c02850781c20 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 29 Feb 2004 23:36:18 +0000 Subject: separated out most mysql specific code to mod_log_sql_mysql.c beginnings of separation of core SQL logging logic moved DB connection paramters to a table (for cutoms params for DB drivers) added new configuration directive to handle any DB parameter renamed all log_sql_* vars and type to logsql_* Added enums for opendb return codes. organized config directives and commented for easier reading of source --- (limited to 'mod_log_sql.prj') diff --git a/mod_log_sql.prj b/mod_log_sql.prj index ad294d5..4c194ce 100644 --- a/mod_log_sql.prj +++ b/mod_log_sql.prj @@ -68,7 +68,8 @@ module.source.files=\ mod_log_sql.c\ make_combined_log.pl\ contrib/mysql_import_combined_log.pl\ - mod_log_sql_ssl.c + mod_log_sql_ssl.c\ + mod_log_sql_mysql.c module.pixmap.name=. module.pixmap.type= -- cgit v0.9.2