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)
$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
-