]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/sql_cmds.c
fix bug 994
[bacula/bacula] / bacula / src / cats / sql_cmds.c
index aaea3295d879479227114876a41a4e8485c94c13..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};
 
 
@@ -493,4 +492,4 @@ const char *uar_jobid_fileindex_from_dir =
  
 /* Query to get list of files from table -- presuably built by an external program */
 const char *uar_jobid_fileindex_from_table = 
-   "SELECT JobId, FileIndex from %s";
+   "SELECT JobId,FileIndex from %s";