Show
Ignore:
Timestamp:
06/20/08 00:17:42 (18 months ago)
Author:
mpaschal
Message:

Remove single id_field index
(tests show no performance difference against mysql)
BugzID: 80212

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/lib/MT/Object.pm

    r2608 r2615  
    498498        ) ], 
    499499        indexes => { 
    500             $id_field => 1, 
    501500            id_type    => { columns => [ $id_field, 'type' ] }, 
    502501            type_vchar => { columns => [ 'type', 'vchar_idx'     ] },