mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-25 21:54:28 +08:00
mdbx-tests: переименование опции data.dups
в data.multi
.
This commit is contained in:
@@ -349,7 +349,7 @@ const struct option_verb table_bits[] = {{"key.reverse", unsigned(MDBX_REVERSEKE
|
||||
{"data.integer", unsigned(MDBX_INTEGERDUP | MDBX_DUPFIXED | MDBX_DUPSORT)},
|
||||
{"data.fixed", unsigned(MDBX_DUPFIXED | MDBX_DUPSORT)},
|
||||
{"data.reverse", unsigned(MDBX_REVERSEDUP | MDBX_DUPSORT)},
|
||||
{"data.dups", unsigned(MDBX_DUPSORT)},
|
||||
{"data.multi", unsigned(MDBX_DUPSORT)},
|
||||
{nullptr, 0}};
|
||||
|
||||
static void dump_verbs(const char *caption, size_t bits, const struct option_verb *verbs) {
|
||||
|
Reference in New Issue
Block a user