Hi

I see cats/sql_cmds.c  List last 20 Jobs:

const char *uar_list_jobs =
   "SELECT JobId,Client.Name as Client,StartTime,Level as "
   "JobLevel,JobFiles,JobBytes "
   "FROM Client,Job WHERE Client.ClientId=Job.ClientId AND JobStatus
IN ('T','W') "
   "AND Type='B' ORDER BY StartTime DESC LIMIT 20";

What does it mean  JobStatus == 'W'  ?

See also  
http://www.bacula.org/manuals/en/developers/developers/Database_Tables.html
JobStatus table description. JobStatus 'W'  unknown.



-- 
with best regards

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to