Changeset 19792 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Sep 30, 2008, 4:06:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
