From: Eric Bollengier Date: Fri, 18 Sep 2009 15:50:14 +0000 (+0200) Subject: Use old code for selecting file during restore. X-Git-Tag: Release-3.0.3~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=70d1420f6e7dbbb82b708df8226258aae85569cf;p=bacula%2Fbacula Use old code for selecting file during restore. --- 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