mdbx: merge branch 'master' into devel-rebase.

Change-Id: I96d944f283029b9c60e45683ee66b4564273b407
This commit is contained in:
Leonid Yuriev
2021-01-19 23:51:52 +03:00
5 changed files with 12 additions and 12 deletions

2
mdbx.h
View File

@@ -823,7 +823,7 @@ DEFINE_ENUM_FLAG_OPERATORS(MDBX_debug_flags_t)
* \param [in] env An environment handle returned by \ref mdbx_env_create().
* \param [in] msg The assertion message, not including newline. */
typedef void MDBX_debug_func(MDBX_log_level_t loglevel, const char *function,
int line, const char *msg,
int line, const char *fmt,
va_list args) MDBX_CXX17_NOEXCEPT;
/** \brief The "don't change `logger`" value for mdbx_setup_debug() */