From: Marco van Wieringen Date: Thu, 27 May 2010 19:29:10 +0000 (+0200) Subject: Removed workaround for bug in Ingres with insert into tables with sequences from... X-Git-Tag: Release-7.0.0~1797 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f5984fe3b5fe567e1609078ed5966f4d0428f0a7;p=bacula%2Fbacula 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. --- 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} <