]> git.sur5r.net Git - bacula/bacula/commitdiff
For Ingres always enable batch mode inserts.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 21 Apr 2010 18:39:38 +0000 (20:39 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:43 +0000 (16:53 +0200)
bacula/autoconf/configure.in
bacula/configure

index 6a0494752d6930701e30146664226b901ede5208..26df950b853102c304b5df2b2d6793d19a18c211 100644 (file)
@@ -1804,6 +1804,11 @@ fi
 
 AC_SUBST(uncomment_dbi)
 
+dnl For Ingres always enable batch inserts.
+if test x$DB_TYPE = xingres; then
+   support_batch_insert=yes
+fi
+
 if test $support_batch_insert = yes ; then
    AC_DEFINE(HAVE_BATCH_FILE_INSERT, 1, [Set if DB batch insert code enabled])
 fi
index d3ad8018162eba0adafe6b10b28afc0ecde8e6ee..f0094fd29e0b824c695d68c702dabc296f00de14 100755 (executable)
@@ -29430,6 +29430,10 @@ else
 fi
 
 
+if test x$DB_TYPE = xingres; then
+   support_batch_insert=yes
+fi
+
 
 if test $support_batch_insert = yes ; then