Mercurial > p > roundup > code
diff doc/installation.txt @ 1839:06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Fix the mysql backend docs
Note requirement of MySQL version 4.0+ with InnoDB or BDB mysql backend
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 08:52:12 +0000 |
| parents | 3ac35c8e1782 |
| children | 3c6dd167a744 |
line wrap: on
line diff
--- a/doc/installation.txt Tue Oct 07 08:34:58 2003 +0000 +++ b/doc/installation.txt Tue Oct 07 08:52:12 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.58 $ +:Version: $Revision: 1.59 $ .. contents:: @@ -244,8 +244,9 @@ **mysql** Backend for popular RDBMS MySQL. According to benchmarks, this backend works much faster than any of \*dbm ones, but slightly slower than metakit and - sqlite. A good scalability is not a property of this backend for now, - though. For more info on backend installation see doc/mysql.txt. + sqlite. Scalability is unknown at present. Roundup requires InnoDB or BDB + support in MySQL. For more info on requirements and installation see + `additional mysql documentation`_ (doc/mysql.txt) **metakit** This backend is implemented over the metakit_ storage system, using Mk4Py as the interface. It scales much better than the dbm backends. @@ -584,4 +585,5 @@ .. _`maintenance documentation`: maintenance.html .. _sqlite: http://www.hwaci.com/sw/sqlite/ .. _metakit: http://www.equi4.com/metakit/ +.. _`additional mysql documentation`: doc/mysql.html
