"COALESCE" has been enabled by default in 0.12.x, deprecated entirely in 0.13.x.

FossilOrigin-Name: 0e15f477afb7b2d74f6216c139358f8dbd9c0d79648bd3d9dfd234deaa6ce397
This commit is contained in:
Mahlon E. Smith 2025-02-06 19:13:18 +00:00
parent 63cb832007
commit f3b04f50f4
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/*
* clang -L/usr/local/lib -I/usr/local/include -lmdbx minimal.c -o minimal-tset
* clang -L/usr/local/lib -I/usr/local/include -lmdbx minimal.c -o minimal-test
*/
#include "mdbx.h"
@ -27,7 +27,7 @@ main()
*
*/
// rc = mdbx_txn_begin( env, NULL, MDBX_TXN_READWRITE, &txn );
/*
* Using a readonly transaction handle seemingly fails for
* use with mdbx_dbi_open().