mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:24:12 +08:00
mdbx: refine comment.
This commit is contained in:
parent
e47a91bf7c
commit
74256efc64
@ -22384,7 +22384,7 @@ static __inline MDBX_cmp_func *get_default_datacmp(unsigned flags) {
|
|||||||
|
|
||||||
static int dbi_bind(MDBX_txn *txn, const MDBX_dbi dbi, unsigned user_flags,
|
static int dbi_bind(MDBX_txn *txn, const MDBX_dbi dbi, unsigned user_flags,
|
||||||
MDBX_cmp_func *keycmp, MDBX_cmp_func *datacmp) {
|
MDBX_cmp_func *keycmp, MDBX_cmp_func *datacmp) {
|
||||||
/* LY: so, accepting only three cases for the table's flags:
|
/* Accepting only three cases:
|
||||||
* 1) user_flags and both comparators are zero
|
* 1) user_flags and both comparators are zero
|
||||||
* = assume that a by-default mode/flags is requested for reading;
|
* = assume that a by-default mode/flags is requested for reading;
|
||||||
* 2) user_flags exactly the same
|
* 2) user_flags exactly the same
|
||||||
|
Loading…
x
Reference in New Issue
Block a user