comparison doc/mysql.txt @ 1913:d929c31a3620

clarified minimum version required for MySQL backend (4.0.16)
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Nov 2003 22:34:28 +0000
parents 2b0ab61db194
children dbb78664e427
comparison
equal deleted inserted replaced
1912:2b0ab61db194 1913:d929c31a3620
1 ============= 1 =============
2 MySQL Backend 2 MySQL Backend
3 ============= 3 =============
4 4
5 :version: $Revision: 1.6 $ 5 :version: $Revision: 1.7 $
6 6
7 This notes detail the MySQL backend for the Roundup issue tracker. 7 This notes detail the MySQL backend for the Roundup issue tracker.
8 8
9 9
10 Prerequisites 10 Prerequisites
11 ============= 11 =============
12 12
13 To use MySQL as the backend for storing roundup data, you also need 13 To use MySQL as the backend for storing roundup data, you also need
14 to install: 14 to install:
15 15
16 1. MySQL RDBMS 4.0 or higher - http://www.mysql.com. Your MySQL 16 1. MySQL RDBMS 4.0.16 or higher - http://www.mysql.com. Your MySQL
17 installation MUST support InnoDB tables (or Berkeley DB (BDB) tables 17 installation MUST support InnoDB tables (or Berkeley DB (BDB) tables
18 if you have no other choice) 18 if you have no other choice). If you're running < 4.0.16 (but not <4.0)
19 then you'll need to use BDB to pass all unit tests. Edit the
20 ``roundup/backends/back_mysql.py`` file to enable DBD instead of InnoDB.
19 2. Python MySQL interface - http://sourceforge.net/projects/mysql-python 21 2. Python MySQL interface - http://sourceforge.net/projects/mysql-python
20 22
21 :Note: the InnoDB implementation has a bug that Roundup tickles. See 23 :Note: the InnoDB implementation has a bug that Roundup tickles. See
22 http://bugs.mysql.com/bug.php?id=1810 24 http://bugs.mysql.com/bug.php?id=1810
23 25

Roundup Issue Tracker: http://roundup-tracker.org/