]> git.sur5r.net Git - bacula/bacula/commitdiff
fix bug 994
authorDan Langille <dan@langille.org>
Sun, 21 Oct 2007 00:51:09 +0000 (00:51 +0000)
committerDan Langille <dan@langille.org>
Sun, 21 Oct 2007 00:51:09 +0000 (00:51 +0000)
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

index 1d5fca0097382c6089c63ed2f6f43cfd9ba32f92..e953c342718f54f11330c078b64e2de7f7c31158 100644 (file)
@@ -93,7 +93,6 @@ const char *select_job =
 /* Delete temp tables and indexes  */
 const char *drop_deltabs[] = {
    "DROP TABLE DelCandidates",
-   "DROP INDEX DelInx1",
    NULL};