scripts/cleanup
scripts/copy-test-confs
-# Unfortunately this code is designed for the Enterprise database
-# and does not work for the Community database.
-# FileName table ...
-exit 1
-
setup_shstore # simulate shared storage if enabled
echo "$tmp/files/po" >${cwd}/tmp/file-list
}
Pool {
Name = VF
- Pool Type = backup
+ Pool Type = Backup
Storage = File1
LabelFormat = "VF"
}
messages
sql
select * from JobMedia;
-select FileId, FileIndex, Path.Path, Filename from File JOIN Path USING (PathId);
+select FileId, FileIndex, Path.Path, Filename.Name from File JOIN Path USING (PathId) JOIN Filename USING (FilenameId);
wait
messages
sql
select * from JobMedia;
-select FileId, FileIndex, Path.Path, Filename from File JOIN Path USING (PathId);
+select FileId, FileIndex, Path.Path, Filename.Name from File JOIN Path USING (PathId) JOIN Filename USING (FilenameId);
quit
END_OF_DATA