]> 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)
commitb933f7d2a50b0ab6ee6089874ad70b0e817e6205
treefbe78de7defa17bea6a7921286d26f4e0841fe44
parent931dba1fdd5d5fde12130d8814e87a96480d264e
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