Changeset 1722

Show
Ignore:
Timestamp:
04/02/08 18:36:39 (23 months ago)
Author:
bchoate
Message:

Change for indexes for TheSchwartz::Error.

Location:
branches/release-33
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/build/mt-dists/default.mk

    r1662 r1722  
    22 
    33PRODUCT_VERSION = 4.15 
    4 SCHEMA_VERSION = 4.0050 
     4SCHEMA_VERSION = 4.0051 
    55API_VERSION = 4.15 
    66 
  • branches/release-33/lib/MT/TheSchwartz/Error.pm

    r1488 r1722  
    1919    datasource  => 'ts_error', 
    2020    indexes => { 
    21         error_time => 1, 
    2221        jobid => 1, 
    23         funcid => 1, 
     22        funcid_time => { 
     23            columns => ['funcid', 'error_time'], 
     24        }, 
    2425    }, 
    2526    defaults => { 
     
    2728    }, 
    2829    cacheable => 0, 
    29     # not captured: 
    30     # index (funcid, error_time) 
    3130}); 
    3231