mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx: refine comment.
This commit is contained in:
@@ -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,
|
||||
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
|
||||
* = assume that a by-default mode/flags is requested for reading;
|
||||
* 2) user_flags exactly the same
|
||||
|
Reference in New Issue
Block a user