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)
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.


No differences found