Changeset 28484 for branches/pap/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r26294 r28484 266 266 AND mountedvol.name = ? 267 267 AND mountedvol.available = ? 268 }, 269 get_ext_id_by_vol_name => qq{ 270 SELECT 271 ext_id 272 FROM instance 273 JOIN storage_object 274 USING (so_id) 275 JOIN mountedvol 276 USING(vol_id) 277 JOIN volume 278 USING(vol_id) 279 WHERE volume.name = ? 280 AND mountedvol.available = ? 281 LIMIT ? 268 282 }, 269 283 # volume handler
Note:
See TracChangeset
for help on using the changeset viewer.
