Changeset 19956
- Timestamp:
- Oct 7, 2008, 10:30:45 AM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r19887 r19956 18 18 - fix nebulous --stop to return a status of 0 on success 19 19 - add gentoo init script 20 - remove call to getmountedvol() stored proc from Nebulous::Server->mount() 21 as it's uneeded 20 22 21 23 0.15 Thu Sep 11 13:00:59 HST 2008 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r19495 r19956 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.8 7 2008-09-11 23:01:17jhoblitt Exp $3 # $Id: Server.pm,v 1.88 2008-10-07 20:30:45 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 1156 1156 my $query; 1157 1157 eval { 1158 # ask the db to generate the table of mounted Nebulous volume1159 $db->do("call getmountedvol()");1160 1161 1158 $query = $db->prepare_cached( $sql->get_mounted_volumes ); 1162 1159 $query->execute();
Note:
See TracChangeset
for help on using the changeset viewer.
