Call attemptMergeAll directly instead of attemptMergeAllCallback

This commit is contained in:
Ai Lin Chia
2017-04-03 16:35:38 +02:00
parent 00ba63fa6f
commit fe6a011a9d

@ -1113,7 +1113,8 @@ void Rdb::doneDumping ( ) {
// the rest from doing it
// don't attempt merge if we're niceness 0
if ( !m_niceness ) return;
attemptMergeAllCallback(0,NULL);
attemptMergeAll();
}
void forceMergeAll(rdbid_t rdbId) {