IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2009, 2:14:41 PM (17 years ago)
Author:
jhoblitt
Message:

maintain backwards stat() compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r24639 r24643  
    8989            attr.epoch,
    9090            attr.mtime,
    91             COUNT(instance.so_id) as instances,
    92             SUM(available) as available
     91            SUM(available) as available,
     92            COUNT(instance.so_id) as instances
    9393        FROM storage_object as so
    9494        JOIN storage_object_attr as attr
Note: See TracChangeset for help on using the changeset viewer.