mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
[t:5070], remove tabs from recover.c, also remove a comment that is no longer applicable
git-svn-id: file:///svn/toku/tokudb@44511 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
5c89903804
commit
a74082510e
2 changed files with 143 additions and 144 deletions
1
ft/txn.c
1
ft/txn.c
|
@ -241,7 +241,6 @@ BOOL toku_txn_requires_checkpoint(TOKUTXN txn) {
|
|||
|
||||
int toku_txn_commit_with_lsn(TOKUTXN txn, int nosync, LSN oplsn,
|
||||
TXN_PROGRESS_POLL_FUNCTION poll, void *poll_extra)
|
||||
// Effect: Among other things: if release_multi_operation_client_lock is true, then unlock that lock (even if an error path is taken)
|
||||
{
|
||||
toku_txn_manager_note_commit_txn(txn->logger->txn_manager, txn);
|
||||
int r;
|
||||
|
|
Loading…
Add table
Reference in a new issue