Changeset 18415 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Jul 3, 2008, 11:56:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r18400 r18415 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 0 2008-07-02 03:40:10jhoblitt Exp $3 # $Id: SQL.pm,v 1.61 2008-07-03 21:56:33 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 309 309 -- WHERE storage_object_xattr.name = 'user.copies' 310 310 GROUP BY so_id 311 HAVING available_instances < instances OR instances !=copies311 HAVING available_instances < instances OR instances < copies 312 312 }, 313 313 get_mounted_volumes => qq{
Note:
See TracChangeset
for help on using the changeset viewer.
