]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Turn on db_get_file_list() single SQL because the failure
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 28 Jan 2009 09:03:18 +0000 (09:03 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 28 Jan 2009 09:03:18 +0000 (09:03 +0000)
     was due to a full FS. And the accurate test fails with the
     other code.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8406 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_get.c
bacula/technotes-2.5

index 9907139d249e078d9631187568419fae7e762565..4983ddedf559aee0d2045ca53ac0da765d2a8b70 100644 (file)
@@ -1060,11 +1060,7 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids,
    }
    POOL_MEM buf(PM_MESSAGE);
          
-/* 
- * Note! Turned off by KES 25Jan09 because this SELECT fails
- *   on my system.  Failure message sent to Eric.
- */
-//#define new_db_get_file_list
+#define new_db_get_file_list
 #ifdef new_db_get_file_list
    /* This is broken, at least if called from ua_restore.c */
    Mmsg(buf,
@@ -1083,7 +1079,7 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids,
 #else
    /*  
     * I am not sure that this works the same as the code in ua_restore.c
-    *  but it is very similar.
+    *  but it is very similar. The accurate-test fails in a restore. Bad file count.
     */
    Mmsg(buf, uar_sel_files, jobids);
 #endif
index 21b1145152f853c4a2aa59e52ddfdf4f87f8b305..e8e6b75a8d28ffc34c140e690d82fb28fd883b8f 100644 (file)
@@ -10,6 +10,10 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+28Jan09
+ebl  Turn on db_get_file_list() single SQL because the failure
+     was due to a full FS. And the accurate test fails with the
+     other code.
 27Jan09
 ebl  Fix a bug that doesn't update RecyclePool all the time 
      during the first startup.