- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsfsindex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/DataStoreServer/scripts/dsfsindex
r23900 r27840 60 60 my $header = "# fileID |bytes |md5sum |type |"; 61 61 62 $stmt = $dbh->prepare("SELECT * from dsFile WHERE fileset_id = $fs_id ");62 $stmt = $dbh->prepare("SELECT * from dsFile WHERE fileset_id = $fs_id ORDER BY file_id"); 63 63 $stmt->execute(); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
