From f5984fe3b5fe567e1609078ed5966f4d0428f0a7 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Thu, 27 May 2010 21:29:10 +0200 Subject: [PATCH] Removed workaround for bug in Ingres with insert into tables with sequences from the batch insert temporary table. Added comment to the Ingres make table script to document the bug numbers which should be fixed in the Ingres version to be able to run batch inserts and currently known patch numbers for Solaris x86 and Linux x86_64. --- bacula/src/cats/make_ingres_tables.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bacula/src/cats/make_ingres_tables.in b/bacula/src/cats/make_ingres_tables.in index 2dc8c162ae..3dd62447ca 100755 --- a/bacula/src/cats/make_ingres_tables.in +++ b/bacula/src/cats/make_ingres_tables.in @@ -9,6 +9,15 @@ db_user=${db_user:-@db_user@} sql -u${db_user} $* ${db_name} <