IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2008, 12:09:35 PM (18 years ago)
Author:
jhoblitt
Message:

add back the acidentally removed get_mounted_volumes

File:
1 edited

Legend:

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

    r17815 r17816  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.52 2008-05-27 21:59:53 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.53 2008-05-27 22:09:35 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    265265        GROUP BY so_id
    266266        HAVING available_instances < instances OR instances != copies
     267    },
     268    get_mounted_volumes => qq{
     269        SELECT * FROM mountedvol ORDER BY vol_id
    267270    },
    268271);
Note: See TracChangeset for help on using the changeset viewer.