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 /CHANGELOG | |
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 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ | |||
1 | $Id: CHANGELOG,v 1.13 2004/02/12 03:21:35 urkle Exp $ | 1 | $Id: CHANGELOG,v 1.14 2004/02/29 23:36:17 urkle Exp $ |
2 | 1.96: ? | 2 | 1.96: ? |
3 | * fixed LogSQLPreserveFile config parameter | 3 | * fixed LogSQLPreserveFile config parameter |
4 | * reworked safe_create_tables | ||
5 | * renamed log_sql_* variables and typedefs to logsql_* | ||
6 | * beginnings of abstraction layer | ||
4 | 7 | ||
5 | 1.95: 2004-02-05 | 8 | 1.95: 2004-02-05 |
6 | * audit and update of extract_* functions to acheive same output as | 9 | * audit and update of extract_* functions to acheive same output as |