summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5b30bcb..eb3bafc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.7 2004/01/20 19:38:07 urkle Exp $ 1$Id: CHANGELOG,v 1.8 2004/01/21 04:34:21 urkle Exp $
2 2
3TODO: 3TODO:
4* Port connection portion to other DBMS? Genericize the module? Start with 4* Port connection portion to other DBMS? Genericize the module? Start with
@@ -18,6 +18,8 @@ TODO:
18 apache version specific code already split into separate files. 18 apache version specific code already split into separate files.
19* add document building to Makefile.in 19* add document building to Makefile.in
20* investigate thread safety issues (libmysqlclient_r) 20* investigate thread safety issues (libmysqlclient_r)
21 Add thread locks if using standard mysqlclient
22* rewrite main core logging function to optimize for speed.
21 23
22CHANGES: 24CHANGES:
231.93: 2004-01-20 251.93: 2004-01-20
@@ -29,6 +31,7 @@ CHANGES:
29 and assign defines as to which version was found. 31 and assign defines as to which version was found.
30* made install default to not activate module in configuration files. 32* made install default to not activate module in configuration files.
31 (use make activate) 33 (use make activate)
34* split SSL logging to separate module (still needs to be finished)
32 35
331.92: 2004-01-05 361.92: 2004-01-05
34* fixed compilation issue with mysql 4.x where mysql_error returns const char * 37* fixed compilation issue with mysql 4.x where mysql_error returns const char *