diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-23 20:13:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-23 20:13:11 +0300 |
commit | f37c4afa26480bddde72d97c96ae9c8f3ef0ccea (patch) | |
tree | b0e055efc844cb9dc72ed574cc364deae950faae /plugins | |
parent | 2e31328cb95f04bba6eed36efec3539bf54c6b0f (diff) |
this check doesn't work in multi-thread environment
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dbx_mdb/src/mdbx/mdbx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/mdbx/mdbx.c b/plugins/Dbx_mdb/src/mdbx/mdbx.c index 7ecb59008b..6e4182cfb2 100644 --- a/plugins/Dbx_mdb/src/mdbx/mdbx.c +++ b/plugins/Dbx_mdb/src/mdbx/mdbx.c @@ -2537,7 +2537,6 @@ static int mdbx_txn_renew0(MDBX_txn *txn, unsigned flags) { r->mr_txnid = snap; mdbx_jitter4testing(false); mdbx_assert(env, r->mr_pid == mdbx_getpid()); - mdbx_assert(env, r->mr_tid == mdbx_thread_self()); mdbx_assert(env, r->mr_txnid == snap); mdbx_coherent_barrier(); env->me_lck->mti_readers_refresh_flag = true; |