mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 22:34:12 +08:00
test: typo fix.
This commit is contained in:
parent
9a2fff91f3
commit
28ba127db2
@ -231,8 +231,8 @@ const struct option_verb mode_bits[] = {
|
|||||||
{"nosync", MDBX_NOSYNC}, {"nometasync", MDBX_NOMETASYNC},
|
{"nosync", MDBX_NOSYNC}, {"nometasync", MDBX_NOMETASYNC},
|
||||||
{"writemap", MDBX_WRITEMAP}, {"notls", MDBX_NOTLS},
|
{"writemap", MDBX_WRITEMAP}, {"notls", MDBX_NOTLS},
|
||||||
{"nordahead", MDBX_NORDAHEAD}, {"nomeminit", MDBX_NOMEMINIT},
|
{"nordahead", MDBX_NORDAHEAD}, {"nomeminit", MDBX_NOMEMINIT},
|
||||||
{"coasesce", MDBX_COALESCE}, {"lifo", MDBX_LIFORECLAIM},
|
{"coalesce", MDBX_COALESCE}, {"lifo", MDBX_LIFORECLAIM},
|
||||||
{"parturb", MDBX_PAGEPERTURB}, {nullptr, 0}};
|
{"perturb", MDBX_PAGEPERTURB}, {nullptr, 0}};
|
||||||
|
|
||||||
const struct option_verb table_bits[] = {
|
const struct option_verb table_bits[] = {
|
||||||
{"key.reverse", MDBX_REVERSEKEY},
|
{"key.reverse", MDBX_REVERSEKEY},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user