[Lxr-commits] CVS: lxr/tests lxr.conf,1.1,1.1.2.1
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2003-03-21 23:54:45
|
Update of /cvsroot/lxr/lxr/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv28106/tests
Modified Files:
Tag: rolling-cleanup
lxr.conf
Log Message:
This branch is for experimental work on making LXR able to cope with an
evolving source base. The aim is that re-indexing the same file will remove
previous entries created for that file, keeping the database clean.:wq
Index: lxr.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/tests/lxr.conf,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- lxr.conf 4 Mar 2002 15:11:27 -0000 1.1
+++ lxr.conf 21 Mar 2003 23:54:41 -0000 1.1.2.1
@@ -97,7 +97,7 @@
# For mysql, the format is dbi:mysql:dbname=<name>
# for Postgres, it is dbi:Pg:dbname=<name>
# for Oracle, it is dbi:Oracle:host=localhost;sid=DEVMMS;port=1521
- 'dbname' => 'dbi:mysql:dbname=lxr',
+ 'dbname' => 'dbi:mysql:dbname=lxrtest',
# If you need to specify the username or password for the database connection,
# uncomment the following two lines
|