]> git.sur5r.net Git - bacula/bacula/commit
Don't compute accurate list with MD5 if not used
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 19 Nov 2010 22:08:57 +0000 (23:08 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 25 Nov 2010 13:55:29 +0000 (14:55 +0100)
commit2bb603c2cb3bd446f497da1e7f718e5af4fc5b6c
treea38fcda0018f1e877663ebf578bc3a8249d64587
parentc31b13353975661967fa7355585765d9e8b66c28
Don't compute accurate list with MD5 if not used

During accurate queries, database engine have to deal with MD5 and
store them in memory or on disk. Just replace MD5 by space in the
query when we don't use them.
bacula/src/cats/protos.h
bacula/src/cats/sql_get.c
bacula/src/dird/backup.c
bacula/src/dird/ua_restore.c
bacula/src/dird/ua_tree.c
bacula/src/dird/vbackup.c
bacula/src/tools/bbatch.c