comparison doc/mysql.txt @ 1912:2b0ab61db194

fixes for [SF#818339] fixes for metakit for the new db unit tests
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Nov 2003 03:42:13 +0000
parents 06f5b36b201b
children d929c31a3620
comparison
equal deleted inserted replaced
1911:f5c804379c85 1912:2b0ab61db194
1 ============= 1 =============
2 MySQL Backend 2 MySQL Backend
3 ============= 3 =============
4 4
5 :version: $Revision: 1.5 $ 5 :version: $Revision: 1.6 $
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
16 1. MySQL RDBMS 4.0 or higher - http://www.mysql.com. Your MySQL 16 1. MySQL RDBMS 4.0 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)
19 2. Python MySQL interface - http://sourceforge.net/projects/mysql-python 19 2. Python MySQL interface - http://sourceforge.net/projects/mysql-python
20 20
21 :Note: the InnoDB implementation has a bug that Roundup tickles. See
22 http://bugs.mysql.com/bug.php?id=1810
21 23
22 Running the MySQL tests 24 Running the MySQL tests
23 ======================= 25 =======================
24 26
25 Roundup tests expect an empty MySQL database. Two alternate ways to provide 27 Roundup tests expect an empty MySQL database. Two alternate ways to provide

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