diff options
author | Edward Rudd | 2004-02-29 23:36:18 +0000 |
---|---|---|
committer | Edward Rudd | 2004-02-29 23:36:18 +0000 |
commit | 53acb181ef04ae70a7dcfed849f7c02850781c20 (patch) | |
tree | 3df5086ba326284771f9cb6492e975f1713b3e40 /mod_log_sql.prj | |
parent | b16bc88ccee527a7a9ea107c93f36264dbf82ed5 (diff) |
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
Diffstat (limited to 'mod_log_sql.prj')
-rw-r--r-- | mod_log_sql.prj | 3 |
1 files changed, 2 insertions, 1 deletions
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=\ | |||
68 | mod_log_sql.c\ | 68 | mod_log_sql.c\ |
69 | make_combined_log.pl\ | 69 | make_combined_log.pl\ |
70 | contrib/mysql_import_combined_log.pl\ | 70 | contrib/mysql_import_combined_log.pl\ |
71 | mod_log_sql_ssl.c | 71 | mod_log_sql_ssl.c\ |
72 | mod_log_sql_mysql.c | ||
72 | 73 | ||
73 | module.pixmap.name=. | 74 | module.pixmap.name=. |
74 | module.pixmap.type= | 75 | module.pixmap.type= |