]> git.sur5r.net Git - bacula/bacula/commitdiff
Use old code for selecting file during restore.
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 18 Sep 2009 15:50:14 +0000 (17:50 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 18 Sep 2009 15:50:14 +0000 (17:50 +0200)
bacula/src/dird/ua_restore.c
bacula/technotes

index 16f5215f9e6151e2bb62db317c0e0867e2791805..5b9f714d2f8f717d300c5b0b822849fa5b161688 100644 (file)
@@ -1088,7 +1088,7 @@ static bool build_directory_tree(UAContext *ua, RESTORE_CTX *rx)
    ua->info_msg(_("\nBuilding directory tree for JobId(s) %s ...  "),
                 rx->JobIds);
 
-#define new_get_file_list
+/* Disable accurate query waiting for using StartTime instead of FileId in file selection */
 #ifdef new_get_file_list
    if (!db_get_file_list(ua->jcr, ua->db, rx->JobIds, insert_tree_handler, (void *)&tree)) {
       ua->error_msg("%s", db_strerror(ua->db));
index 298dba64c69c91ff116e802c4dc1fbad9db9addc..7e3fe2dd6f002b845d108ca7782d5966702f7170 100644 (file)
@@ -3,6 +3,8 @@
 General:
 
 Release Version 3.0.3:
+ebl  Use old code for selecting file during
+     restore.
 kes  Cherry-pick 3.1.x commits
      tweak space on projects file
      Fix seg fault in ignoredir code