From 931e9b74713cdffefedd5c545d54ba4d0595d1b1 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 31 Mar 2010 22:02:59 +0200 Subject: [PATCH] Change Ingres drop script so we can run any form of regression and a drop really drops the content of the database so we can run make_ingres_tables again. --- bacula/src/cats/drop_ingres_tables.in | 64 +++++++++++++++++---------- 1 file changed, 41 insertions(+), 23 deletions(-) diff --git a/bacula/src/cats/drop_ingres_tables.in b/bacula/src/cats/drop_ingres_tables.in index ad7f23caa8..ac6b6eadca 100755 --- a/bacula/src/cats/drop_ingres_tables.in +++ b/bacula/src/cats/drop_ingres_tables.in @@ -6,29 +6,47 @@ bindir=@SQL_BINDIR@ db_name=@db_name@ sql -u${db_user} ${db_name} $* <