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 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7c4b38b..d16549b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ -$Id: CHANGELOG,v 1.13 2004/02/12 03:21:35 urkle Exp $ +$Id: CHANGELOG,v 1.14 2004/02/29 23:36:17 urkle Exp $ 1.96: ? * fixed LogSQLPreserveFile config parameter +* reworked safe_create_tables +* renamed log_sql_* variables and typedefs to logsql_* +* beginnings of abstraction layer 1.95: 2004-02-05 * audit and update of extract_* functions to acheive same output as -- cgit v0.9.2