IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 11:22:52 AM (18 years ago)
Author:
jhoblitt
Message:

add so_id/name idxs to storage_object_xattr table

File:
1 edited

Legend:

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

    r19144 r19641  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.63 2008-08-21 02:26:58 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.64 2008-09-22 21:22:52 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    392392    name VARCHAR(255),
    393393    value BLOB,
    394     PRIMARY KEY(so_id, name)
     394    PRIMARY KEY(so_id, name),
     395    KEY(so_id),
     396    KEY(name(64))
    395397) ENGINE=innodb DEFAULT CHARSET=latin1;
    396398
Note: See TracChangeset for help on using the changeset viewer.