bareos: bareos-17.2 eda08bd9

Author Committer Branch Timestamp Parent
pstorz pstorz bareos-17.2 2018-02-26 16:11 bareos-17.2 eb8f27ce Pending
Affected Issues  0000969: Single file restore within webui seems to be broken
Changeset bvfs: fix problem of selecting too many files

When the query 0047_bvfs_select was ported to the new
database scheme, obviously the part limiting the query
to files with the correct filenameid was overseen.

This commit adds the analogous part to the query.
mod - src/cats/dml/0047_bvfs_select Diff File
mod - src/cats/mysql_queries.inc Diff File
mod - src/cats/sqlite_queries.inc Diff File