From 2f11257e921af393a631900146d130209775d2c5 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sun, 21 Oct 2007 00:51:09 +0000 Subject: [PATCH] fix bug 994 No need to drop the index on a table we just dropped. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5773 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/sql_cmds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/cats/sql_cmds.c b/bacula/src/cats/sql_cmds.c index 1d5fca0097..e953c34271 100644 --- a/bacula/src/cats/sql_cmds.c +++ b/bacula/src/cats/sql_cmds.c @@ -93,7 +93,6 @@ const char *select_job = /* Delete temp tables and indexes */ const char *drop_deltabs[] = { "DROP TABLE DelCandidates", - "DROP INDEX DelInx1", NULL}; -- 2.39.5