mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-31 22:12:22 +08:00
mdbx-test: add exclusive and accede options for DB operation mode.
This commit is contained in:
@@ -310,6 +310,7 @@ const struct option_verb mode_bits[] = {
|
||||
{"lifo", unsigned(MDBX_LIFORECLAIM)},
|
||||
{"perturb", unsigned(MDBX_PAGEPERTURB)},
|
||||
{"accede", unsigned(MDBX_ACCEDE)},
|
||||
{"exclusive", unsigned(MDBX_EXCLUSIVE)},
|
||||
{nullptr, 0}};
|
||||
|
||||
const struct option_verb table_bits[] = {
|
||||
|
||||
Reference in New Issue
Block a user