IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25314


Ignore:
Timestamp:
Sep 10, 2009, 11:44:06 AM (17 years ago)
Author:
bills
Message:

order fileset listings by file_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsfsindex

    r23900 r25314  
    6060my $header = "# fileID          |bytes   |md5sum                          |type        |";
    6161
    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");
    6363$stmt->execute();
    6464
Note: See TracChangeset for help on using the changeset viewer.