bareos: master 73edefc7

Author Committer Branch Timestamp Parent
Alaa Eddine Elamri Alaa Eddine Elamri master 2022-04-06 16:17 master 2029ae27 Pending
Changeset cats: dird: changed how jobbytes and jobfiles are updated

In previous commits, we had to modify the `UpdateJobEndRecord`
function in cats in order to mitigate an update issue that would
overwrite the last jobbytes and jobfiles values with zeros.

With this commit, we can keep the original `UpdateJobEndRecord`
as it is while keeping the data intact
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_update.cc Diff File
mod - core/src/dird/catreq.cc Diff File
mod - core/src/stored/append.h Diff File