summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
commitf89b2cced3608b248cb02b2e48907dcae07e8bbe (patch)
treeb4243eb8cfe14a192a6e700096a8687a55b80452 /CHANGELOG
parent8911dea4ef2dee576d220b4bb1ef29615214220e (diff)
compiles and loads under apache2.0
consolidated configuration functions uses APR_OFFSETOF.. delayed inserts are configurable
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 8 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1576da7..de34ba1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,20 +1,23 @@
1$Id: CHANGELOG,v 1.1 2003/12/20 07:16:05 urkle Exp $ 1$Id: CHANGELOG,v 1.2 2003/12/22 04:45:38 urkle Exp $
2 2
3TODO: 3TODO:
4* Rethink documentation flow and rewrite? 4* Rethink documentation flow and rewrite?
5* Port connection portion to other DBMS? Genericize the module? Start with 5* Port connection portion to other DBMS? Genericize the module? Start with
6 PostgreSQL. 6 PostgreSQL. (provider mechanism, and libDBI)
7* GNU autoconf
8* merge server config into vh config 7* merge server config into vh config
9* port to Apache 2.x
10* does determining table name in massvirtual mode upon every request 8* does determining table name in massvirtual mode upon every request
11 cause performance degradation? If so fix. 9 cause performance degradation? If so fix.
12* LogSQLRotateLogs directive with daily/monthly/weekly/etc. 10* LogSQLRotateLogs directive with daily/monthly/weekly/etc.
13* new format char: IP as bigint? 11* new format char: IP as bigint? ( not w/ ipV6 )
14* socket-based middleman daemon with configurable conns, or connect/disconnect. 12* socket-based middleman daemon with configurable conns, or connect/disconnect.
15* ignore by cookie 13* ignore by cookie
16 14
17CHANGES: 15CHANGES:
161.90: ?
17* updated code to compile under apache 2.0
18* rewrote and consolidate configuration handler routines
19* made all functions static.
20* made delayed insert configurable, instead of compile time
18 21
191.18: 221.18:
20* Delayed inserts (a MySQL extension) are now available at compile-time. 23* Delayed inserts (a MySQL extension) are now available at compile-time.
@@ -351,5 +354,3 @@ to MySQL
351* Segmentation fault in case of certain parameters lacking fixed. 354* Segmentation fault in case of certain parameters lacking fixed.
352* Worked around the SIGPIPE signal that's sent in certain events from 355* Worked around the SIGPIPE signal that's sent in certain events from
353* mysql_query(). Minor modifications 356* mysql_query(). Minor modifications
354
355