Changeset 24643 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Jul 2, 2009, 2:14:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r24639 r24643 89 89 attr.epoch, 90 90 attr.mtime, 91 COUNT(instance.so_id) as instances,92 SUM(available) as available91 SUM(available) as available, 92 COUNT(instance.so_id) as instances 93 93 FROM storage_object as so 94 94 JOIN storage_object_attr as attr
Note:
See TracChangeset
for help on using the changeset viewer.
