IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13303


Ignore:
Timestamp:
May 7, 2007, 4:31:34 PM (19 years ago)
Author:
jhoblitt
Message:

s/get_storage_volume_byname/get_storage_volume_by_name/

Location:
trunk
Files:
4 edited

Legend:

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

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: Server.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    10931093        my $rows;
    10941094        if ( $name ) {
    1095             $query = $db->prepare_cached( $sql->get_storage_volume_byname );
     1095            $query = $db->prepare_cached( $sql->get_storage_volume_by_name );
    10961096            # %free, name, avaiable, allocate
    10971097            $rows = $query->execute(0.95, $name, 1, 1);
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    200200            AND available = ?
    201201    },
    202     get_storage_volume_byname   => qq{
     202    get_storage_volume_by_name   => qq{
    203203        SELECT
    204204            vol_id,
  • trunk/Nebulous/lib/Nebulous/Server.pm

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: Server.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    10931093        my $rows;
    10941094        if ( $name ) {
    1095             $query = $db->prepare_cached( $sql->get_storage_volume_byname );
     1095            $query = $db->prepare_cached( $sql->get_storage_volume_by_name );
    10961096            # %free, name, avaiable, allocate
    10971097            $rows = $query->execute(0.95, $name, 1, 1);
  • trunk/Nebulous/lib/Nebulous/Server/SQL.pm

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    200200            AND available = ?
    201201    },
    202     get_storage_volume_byname   => qq{
     202    get_storage_volume_by_name   => qq{
    203203        SELECT
    204204            vol_id,
Note: See TracChangeset for help on using the changeset viewer.