}
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,
#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
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.