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

ITS#4738 provisional fix, still needs confirmation

parent 7703e7e3
No related branches found
No related tags found
No related merge requests found
......@@ -770,7 +770,9 @@ load1:
#endif
ep = NULL;
}
bdb_cache_entryinfo_lock( *eip );
(*eip)->bei_state ^= CACHE_ENTRY_LOADING;
bdb_cache_entryinfo_unlock( *eip );
if ( rc == 0 ) {
/* If we succeeded, downgrade back to a readlock. */
rc = bdb_cache_entry_db_relock( bdb->bi_dbenv, locker,
......
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