IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23686


Ignore:
Timestamp:
Apr 2, 2009, 2:29:30 PM (17 years ago)
Author:
jhoblitt
Message:

more index changes

File:
1 edited

Legend:

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

    r23685 r23686  
    454454    xattr BOOLEAN DEFAULT FALSE,
    455455    PRIMARY KEY(vol_id),
    456     KEY(name(16)),
    457456    KEY(host(16)),
    458457    KEY(path(255)),
     
    514513    available BOOLEAN DEFAULT FALSE,
    515514    xattr BOOLEAN DEFAULT FALSE,
     515    PRIMARY KEY(mountpoint),
    516516    KEY(vol_id),
     517    KEY(name),
     518    KEY(host),
     519    KEY(path),
    517520    KEY(allocate),
    518521    KEY(available)
     522    KEY(xattr)
    519523) ENGINE=innodb DEFAULT CHARSET=latin1;
    520524
Note: See TracChangeset for help on using the changeset viewer.