Leo Yuriev 46a3d4e0a3 mdbx: fix assertion (minor, not a malfunction).
The `env->me_sync_pending` could be zero
when `mdbx_sync_locked()` called from `mdbx_env_set_geometry()`.

Therefore `mdbx_assert(env, !META_IS_STEADY(head) || env->me_sync_pending != 0)` at the top of `mdbx_sync_locked()`
could be trigger assertion failure.
2017-12-18 14:39:41 +03:00
..
2017-10-26 21:49:39 +03:00
2017-10-26 21:49:39 +03:00
2017-09-05 21:02:03 +03:00
2017-10-26 21:49:39 +03:00
2017-07-27 18:10:07 +03:00