IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2009, 10:10:18 AM (17 years ago)
Author:
jhoblitt
Message:

attempt to optimize _is_valid_object_key() by eliminating an unused join

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r23686 r23698  
    5959        JOIN storage_object_attr
    6060        USING (so_id)
     61        WHERE ext_id = ?
     62    },
     63    check_object_name => qq{
     64        SELECT
     65            so_id,
     66            ext_id
     67        FROM storage_object
    6168        WHERE ext_id = ?
    6269    },
Note: See TracChangeset for help on using the changeset viewer.