]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add #define in readme
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 1 Jan 2007 16:52:05 +0000 (16:52 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 1 Jan 2007 16:52:05 +0000 (16:52 +0000)
ebl  works with 2.0.0

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3890 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/batch-insert.readme

index 13809123a6963c8d1027b88280f1c81f73c7aa5d..3348181b3d0092c2c4f4a4bc483853a57730468a 100644 (file)
@@ -2,8 +2,10 @@ From: Eric Bollengier <eric AT eb.homelinux.org>
 
 This patch allow you to use Batch insert mode with all database.
 It have tested this with postgresql 8.1 and mysql 4.1 and sqlite.
+You have to add to src/baconfig.h
+#define HAVE_BATCH_FILE_INSERT 1
 
-To use it, you MUST change some indexes.
+and you MUST change some indexes.
 
 mysql)
 
@@ -23,9 +25,10 @@ CREATE UNIQUE INDEX path_name_idx on path (path);
 
 
 $Log$
+Revision 1.2  2007/01/01 16:52:05  ricozz
+ebl  add #define in readme
+ebl  works with 2.0.0
+
 Revision 1.1  2006/12/20 18:47:42  ricozz
 ebl  works with 1.39.30
 
-Revision 1.1  2006/12/19 21:33:06  ricozz
-ebl  ok against 1.39.30
-