~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/SerialLogTransaction.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        window = NULL;
47
47
        finished = false;
48
48
        ordered = false;
 
49
        allowConcurrentGophers = true;
49
50
        transaction = NULL;
50
51
        rolledBackSavepoints = NULL;
51
52
        blockNumber = maxBlockNumber = minBlockNumber = physicalBlockNumber = 0;