|
|
@ -5574,7 +5574,7 @@ mdb_env_close0(MDB_env *env, int excl) |
|
|
|
if (env->me_fd != INVALID_HANDLE_VALUE) |
|
|
|
if (env->me_fd != INVALID_HANDLE_VALUE) |
|
|
|
(void) close(env->me_fd); |
|
|
|
(void) close(env->me_fd); |
|
|
|
if (env->me_txns) { |
|
|
|
if (env->me_txns) { |
|
|
|
MDB_PID_T pid = env->me_pid; |
|
|
|
MDB_PID_T pid = getpid(); |
|
|
|
/* Clearing readers is done in this function because
|
|
|
|
/* Clearing readers is done in this function because
|
|
|
|
* me_txkey with its destructor must be disabled first. |
|
|
|
* me_txkey with its destructor must be disabled first. |
|
|
|
* |
|
|
|
* |
|
|
|