summaryrefslogtreecommitdiffstatsabout
path: root/TODO.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-03-19 05:01:05 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-03-19 05:01:05 (GMT)
commita5459ee55432775e47d4ee1e1d126aa88c373d6b (patch)
tree7a22c093c7a4679037b123603ab113e96275310e /TODO.in
parentc3ab482a63affcb450d870dc59d200a4ca3102a4 (diff)
updated API to support mod_log_sql_dbd APR DBD driver.
Diffstat (limited to 'TODO.in')
-rw-r--r--TODO.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.in b/TODO.in
index 0d871f6..bf6b624 100644
--- a/TODO.in
+++ b/TODO.in
@@ -1,5 +1,5 @@
1TODO: 1TODO:
2* verify a db driver has been loaded. 2* restructure to be more friendly toward DBD pooling
3* validate table names before trying to log them. 3* validate table names before trying to log them.
4* write alternate DB driver (PostgreSQL, libDBI, mod_*_pool) 4* write alternate DB driver (PostgreSQL, libDBI, mod_*_pool)
5* look at forcing table name to ServerName instead of on of the names in 5* look at forcing table name to ServerName instead of on of the names in
@@ -7,7 +7,6 @@ TODO:
7* LogSQLRotateLogs directive with daily/monthly/weekly/etc. 7* LogSQLRotateLogs directive with daily/monthly/weekly/etc.
8* socket-based middleman daemon with configurable conns, or connect/disconnect. 8* socket-based middleman daemon with configurable conns, or connect/disconnect.
9* DBI connection pooling. 9* DBI connection pooling.
10* apr_dbd backend driver
11* ignore by cookie 10* ignore by cookie
12* investigate thread safety issues 11* investigate thread safety issues
13 Use libmysqlclient_r for threaded MPM (or always?) 12 Use libmysqlclient_r for threaded MPM (or always?)