Bugs Fixed
ServerLauncherSocketFactory.shutdown API change: now takes 2 File parameters (basedir, datadir)
ServerLauncherSocketFactory now treats URL parameters in the
form of &server.foo=null as
serverOptionMap.put("foo", null)
ServerLauncherSocketFactory.shutdown(port) no longer throws, only reports to System.err
extracted splitLines(String) to Str utility class
ServerLauncherSocketFactory.shutdown now works across JVMs.
moved PID file into datadir
MysqldResource now tied to dataDir as well as basedir (API CHANGE)
swapped out the mysqld binaries for MySQL v5.0.19
Extended timeout for help string parsing, to avoid cases where the help text was getting prematurely flushed, and thus truncated.
added ability to specify "mysql-version" as an url parameter
socket is now "mysql.sock" in datadir
ServerLauncherSocketFactory.shutdown API change: now takes File parameter (basedir) instead of port.
Made tests more robust be deleting the /tmp/test-c.mxj directory before running tests.
swapped out the mysqld binaries for MySQL v5.0.18
insulated users from problems with "." in basedir
help parsing test reflects current help options
altered to be "basedir" rather than "port" oriented.
reformatted code
Added trace level logging with Aspect/J.
CLASSPATH will now need to include
lib/aspectjrt.jar
Swapped out the mysqld binaries for MySQL v5.0.21
extracted array and list printing to ListToString utility class
"platform" directories replace spaces with underscores
Replaced string parsing with JDBC connection attempt for
determining if a mysqld is "ready for connections"
CLASSPATH will now need to include
Connector/J jar.
