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

More for writewait callback

Must also reset search cursors
parent 03164045
No related branches found
No related tags found
No related merge requests found
......@@ -962,6 +962,8 @@ notfound:
if ( wwctx.flag ) {
wwctx.flag = 0;
mdb_txn_renew( ltid );
mdb_cursor_renew( mci );
mdb_cursor_renew( mcd );
}
mdb_entry_return( op, e );
......@@ -1003,6 +1005,8 @@ notfound:
if ( wwctx.flag ) {
wwctx.flag = 0;
mdb_txn_renew( ltid );
mdb_cursor_renew( mci );
mdb_cursor_renew( mcd );
}
rs->sr_attrs = NULL;
rs->sr_entry = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment