Changeset 17816 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- May 27, 2008, 12:09:35 PM (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
r17815 r17816 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.5 2 2008-05-27 21:59:53jhoblitt Exp $3 # $Id: SQL.pm,v 1.53 2008-05-27 22:09:35 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 265 265 GROUP BY so_id 266 266 HAVING available_instances < instances OR instances != copies 267 }, 268 get_mounted_volumes => qq{ 269 SELECT * FROM mountedvol ORDER BY vol_id 267 270 }, 268 271 );
Note:
See TracChangeset
for help on using the changeset viewer.
