From: Dan Langille Date: Sun, 21 Oct 2007 00:51:09 +0000 (+0000) Subject: fix bug 994 X-Git-Tag: Release-7.0.0~5514 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f11257e921af393a631900146d130209775d2c5;p=bacula%2Fbacula 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 --- 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};