IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24632


Ignore:
Timestamp:
Jun 29, 2009, 4:02:47 PM (17 years ago)
Author:
jhoblitt
Message:

don't exclude objects w/o user.copies set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-admin

    r24626 r24632  
    125125            xattr.value as copies
    126126        FROM storage_object AS so
    127         JOIN storage_object_xattr AS xattr
     127        LEFT JOIN storage_object_xattr AS xattr
    128128            ON so.so_id = xattr.so_id
    129129            AND xattr.name = 'user.copies'
Note: See TracChangeset for help on using the changeset viewer.