From f6d91b3c5b33faec61d2423477c32ea9dd526fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sun, 26 Jan 2025 17:36:40 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-doc:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BF=D0=B5=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=BA=D0=B8=20=D0=B2=20=D1=83=D0=BF=D0=BE=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D0=BD=D0=B8=D0=B8=20`mdbx=5Fenv=5Fresurrect?= =?UTF-8?q?=5Fafter=5Ffork()`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_restrictions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_restrictions.md b/docs/_restrictions.md index eb488a43..631f625f 100644 --- a/docs/_restrictions.md +++ b/docs/_restrictions.md @@ -158,7 +158,7 @@ release resources, but no more and in general this is a wrong way. #### Since v0.13.1 and later -Starting from the v0.13.1 release, the \ref mdbx_env_resurrect_after_work() +Starting from the v0.13.1 release, the \ref mdbx_env_resurrect_after_fork() is available, which allows you to reuse an already open database environment in child processes, but strictly without inheriting any transactions from a parent process.