mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:14:14 +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},
|
||||
{"writemap", MDBX_WRITEMAP}, {"notls", MDBX_NOTLS},
|
||||
{"nordahead", MDBX_NORDAHEAD}, {"nomeminit", MDBX_NOMEMINIT},
|
||||
{"coasesce", MDBX_COALESCE}, {"lifo", MDBX_LIFORECLAIM},
|
||||
{"parturb", MDBX_PAGEPERTURB}, {nullptr, 0}};
|
||||
{"coalesce", MDBX_COALESCE}, {"lifo", MDBX_LIFORECLAIM},
|
||||
{"perturb", MDBX_PAGEPERTURB}, {nullptr, 0}};
|
||||
|
||||
const struct option_verb table_bits[] = {
|
||||
{"key.reverse", MDBX_REVERSEKEY},
|
||||
|
Loading…
x
Reference in New Issue
Block a user