Skip to content
Snippets Groups Projects
Commit 05e7632c authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3301 fix prev commit, don't fail op on DB_NOTFOUND

parent d45b8982
Branches
Tags
No related merge requests found
......@@ -60,6 +60,7 @@ bdb_csn_commit(
1, locker, &ctxcsn_lock );
switch( rc ) {
case 0:
case DB_NOTFOUND:
break;
case DB_LOCK_DEADLOCK:
case DB_LOCK_NOTGRANTED:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment