diff options
author | Edward Rudd | 2004-01-21 04:34:21 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-21 04:34:21 +0000 |
commit | b19a5851171395e196ed686977482d79d7140cfd (patch) | |
tree | 5e8edc605c5aca8cb95252fbb30ea008b40dd78f /CHANGELOG | |
parent | f26e43417ed614aa5e6c328f1610f1fca4708e99 (diff) |
fixed log_error function1.93
finished ssl split into separate module
added item registration function. (for ssl sub-module)
release 1.93
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 | ||
3 | TODO: | 3 | TODO: |
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 | ||
22 | CHANGES: | 24 | CHANGES: |
23 | 1.93: 2004-01-20 | 25 | 1.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 | ||
33 | 1.92: 2004-01-05 | 36 | 1.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 * |