2 2003.02.19 - Version 1.1.1
\r
3 Modified PerfReader.java to enable the DOTS to accommodate changes in the /proc/stat format and thus function independent of Linux kerenel version.
\r
4 Modified the DOTSHowTo.
\r
9 2002.10.8 - Version 1.1.0
\r
10 Added support for MySQL databases
\r
11 Linux Test Project (ltp.sourceforge.net)
\r
13 Added support of PostgreSQL 7.1.3 to Dots
\r
14 -- by lining@xteamlinux.com.cn( or sosoln@yahoo.com)
\r
15 . Scripts for creating database, tables and stored functions
\r
16 . BLOB/CLOB support, we must use setAutoCommit(false) before prepareStatement clause, and call setAutoCommit(true) after that.
\r
17 . As of stored functions, we must use select clause.
\r
18 . Don't execute unimplemented SQL function, such as getColumnClassName()
\r
19 . Adding shell scripts for convenience.
\r