Fix to segment age calculation in local database.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 15 Jan 2008 18:48:30 +0000 (10:48 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 15 Jan 2008 18:48:30 +0000 (10:48 -0800)
commit38ae53bac981d564d9f04c038a88d727289db5c8
tree467724d7df3a4b3a17a082b5dd16538f15cf4370
parent0546d239071daa82a8b85348a7f66fba10d85aff
Fix to segment age calculation in local database.

It seems that in SQLite, max(x, NULL) yields NULL, not x.  This was being
used to set the mtime of a segment to the maximum mtime of any object in
it, starting with an mtime of NULL.  Fix the computation so it does the
right thing.
localdb.cc