Changeset 19792
- Timestamp:
- Sep 30, 2008, 4:06:17 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r19791 r19792 8 8 monitoring and then only for paths that actually have volumes mounted on 9 9 them 10 - fix getmountedvol() stored proc to not add volumes to the mountedvol 11 table that are not available 10 12 11 13 0.15 Thu Sep 11 13:00:59 HST 2008 -
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r19641 r19792 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 4 2008-09-22 21:22:52jhoblitt Exp $3 # $Id: SQL.pm,v 1.65 2008-10-01 02:06:17 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 523 523 (SELECT *, INSTR(pathvar, mountpoint) = 1 as substring 524 524 FROM mount 525 HAVING substring = 1 525 526 ORDER BY substring DESC, LENGTH(mountpoint) DESC 526 527 LIMIT 1) as bar;
Note:
See TracChangeset
for help on using the changeset viewer.
