summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d16549b..06ff1bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,17 @@
1$Id: CHANGELOG,v 1.14 2004/02/29 23:36:17 urkle Exp $ 1$Id: CHANGELOG,v 1.15 2004/03/04 05:41:12 urkle Exp $
21.96: ? 21.96: ?
3* fixed LogSQLPreserveFile config parameter 3* fixed LogSQLPreserveFile config parameter
4* reworked safe_create_tables 4* reworked safe_create_tables and core SQL insert routine.
5* renamed log_sql_* variables and typedefs to logsql_* 5* renamed log_sql_* variables and typedefs to logsql_*
6* beginnings of abstraction layer 6* separated all mysql specific code to separate code module (DB abstraction)
7* separated TODO from Changelog
8* fixed default value of socket file. it's really /var/lib/mysql/mysql.sock not
9 /tmp/mysql.sock
10* Documentation completely converted to Docbook
11* Documentation updated. (still needs more work done)
12* LogSQLDelayedInserts config option removed
13* Added DB generic LogSQLDBParam. Usage is LogSQLDBParam param value
14 example: LogSQLDBParam tcpport 12345
7 15
81.95: 2004-02-05 161.95: 2004-02-05
9* audit and update of extract_* functions to acheive same output as 17* audit and update of extract_* functions to acheive same output as