From: Eric Bollengier Date: Mon, 1 Jan 2007 16:52:05 +0000 (+0000) Subject: ebl add #define in readme X-Git-Tag: Release-2.0.0~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05d095df84cdc1e7ae36333da58489e24bac31a7;p=bacula%2Fbacula ebl add #define in readme ebl works with 2.0.0 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3890 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/batch-insert.readme b/bacula/patches/testing/batch-insert.readme index 13809123a6..3348181b3d 100644 --- a/bacula/patches/testing/batch-insert.readme +++ b/bacula/patches/testing/batch-insert.readme @@ -2,8 +2,10 @@ From: Eric Bollengier 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 -