~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/SRLUpdateRecords.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
                        uint32 sectionId = table->dataSectionId;
216
216
                        log->updateSectionUseVector(sectionId, tableSpaceId, 1);
217
217
                        putInt(tableSpaceId);
218
 
                        putInt((record->priorVersion) ? sectionId : -(int) sectionId - 1);
 
218
                        putInt(record->getPriorVersion() ? sectionId : -(int) sectionId - 1);
219
219
                        putInt(record->recordNumber);
220
220
                        putStream(&stream);
221
221