~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/SerialLog.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        int32                           traceRecord;
222
222
        uint32                          chilledRecords;
223
223
        uint64                          chilledBytes;
224
 
        
 
224
        int32                           wantToSerializeGophers;
 
225
        int32                           serializeGophers;
 
226
 
225
227
        TableSpaceInfo          *tableSpaces[SLT_HASH_SIZE];
226
228
        TableSpaceInfo          *tableSpaceInfo;
227
229
        SerialLogTransaction            *earliest;