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_ssl.c | |
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_ssl.c')
-rw-r--r-- | mod_log_sql_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_log_sql_ssl.c b/mod_log_sql_ssl.c index c874a2b..2bdb37b 100644 --- a/mod_log_sql_ssl.c +++ b/mod_log_sql_ssl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql_ssl.c,v 1.4 2004/01/22 05:26:56 urkle Exp $ */ | 1 | /* $Id: mod_log_sql_ssl.c,v 1.5 2004/02/29 23:36:18 urkle Exp $ */ |
2 | /* mod_log_sql_ssl */ | 2 | /* mod_log_sql_ssl */ |
3 | 3 | ||
4 | #if defined(WITH_APACHE20) | 4 | #if defined(WITH_APACHE20) |