comparison doc/mysql.txt @ 2921:ad4fb8a14a97

more doc updates, not so many TODOs any more
author Richard Jones <richard@users.sourceforge.net>
date Thu, 18 Nov 2004 05:05:25 +0000
parents 653c7ffce402
children a472391156ae
comparison
equal deleted inserted replaced
2920:98e6219ddb83 2921:ad4fb8a14a97
1 ============= 1 =============
2 MySQL Backend 2 MySQL Backend
3 ============= 3 =============
4 4
5 :version: $Revision: 1.11 $ 5 :version: $Revision: 1.12 $
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
22 22
23 .. note:: 23 .. note::
24 The InnoDB implementation has a bug__ that Roundup tickles. See 24 The InnoDB implementation has a bug__ that Roundup tickles. See
25 25
26 __ http://bugs.mysql.com/bug.php?id=1810 26 __ http://bugs.mysql.com/bug.php?id=1810
27
27 28
28 Running the MySQL tests 29 Running the MySQL tests
29 ======================= 30 =======================
30 31
31 Roundup tests expect an empty MySQL database. Two alternate ways to provide 32 Roundup tests expect an empty MySQL database. Two alternate ways to provide
60 # rm -rf /var/lib/mysql/rounduptest 61 # rm -rf /var/lib/mysql/rounduptest
61 # /etc/init.d/mysql start 62 # /etc/init.d/mysql start
62 63
63 and all will be better (note that on some systems, ``mysql`` is spelt 64 and all will be better (note that on some systems, ``mysql`` is spelt
64 ``mysqld``). 65 ``mysqld``).
66

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