Changeset 13251 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- May 4, 2007, 1:36:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r13244 r13251 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.3 7 2007-05-04 20:46:29jhoblitt Exp $3 # $Id: Server.pm,v 1.38 2007-05-04 23:36:46 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 930 930 my $query; 931 931 eval { 932 {933 # ask the db to generate the table of mounted Nebulous volume934 my $query = $db->prepare_cached("call getmountedvol()");935 $query->execute();936 }937 938 $log->debug("generated mountedvol table");939 940 932 if ($vol_name) { 941 933 $query = $db->prepare_cached( $sql->get_object_instances_by_vol_name ); … … 1114 1106 my ($vol_id, $vol_path); 1115 1107 eval { 1116 {1117 # ask the db to generate the table of mounted Nebulous volume1118 my $query = $db->prepare_cached("call getmountedvol()");1119 $query->execute();1120 }1121 1122 1108 # TODO cache this? 1123 1109 my $query;
Note:
See TracChangeset
for help on using the changeset viewer.
