bareos: master 11893050

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2016-06-15 18:29 master c9f5c8ce Pending
Changeset dird: Simplify temp table.

Currently a lot of fields are inserted into the temp table which are not
used at all. Now that we lookup the storage bits using the new
uar_list_jobs_by_idlist query there is no need to have this overhead
still in the temp table which essentially only needs the JobId,
Termination time and Start time of the Job.
mod - src/cats/sql_cmds.c Diff File