~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/DeferredIndex.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
861
861
        root = leaf;
862
862
        count = 0;
863
863
 
864
 
        Log::debug("Def Index Chill:   trxId=%-5ld indexId=%-7ld  bytes=%8ld  addr=%p  vofs=%llx\n",
865
 
                                transaction->transactionId, index->indexId, sizeEstimate, this, virtualOffset);
 
864
        Log::log(LogInfo, "%d: Index chill: transaction %ld, index %ld, %ld bytes, address %p, vofs %llx\n",
 
865
                                dbb->database->deltaTime, transaction->transactionId, index->indexId, sizeEstimate, this, virtualOffset);
866
866
}
867
867
 
868
868
DINode* DeferredIndex::findMaxValue(void)