From 70d1420f6e7dbbb82b708df8226258aae85569cf Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 18 Sep 2009 17:50:14 +0200 Subject: [PATCH] Use old code for selecting file during restore. --- bacula/src/dird/ua_restore.c | 2 +- bacula/technotes | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index 16f5215f9e..5b9f714d2f 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -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)); diff --git a/bacula/technotes b/bacula/technotes index 298dba64c6..7e3fe2dd6f 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -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 -- 2.39.5