mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:54:13 +08:00
mdbx-test: remove obsolete coalesce
option.
This commit is contained in:
parent
e3a09db3da
commit
acce7d4b16
@ -369,7 +369,6 @@ const struct option_verb mode_bits[] = {
|
|||||||
{"notls", unsigned(MDBX_NOTLS)},
|
{"notls", unsigned(MDBX_NOTLS)},
|
||||||
{"nordahead", unsigned(MDBX_NORDAHEAD)},
|
{"nordahead", unsigned(MDBX_NORDAHEAD)},
|
||||||
{"nomeminit", unsigned(MDBX_NOMEMINIT)},
|
{"nomeminit", unsigned(MDBX_NOMEMINIT)},
|
||||||
{"coalesce", unsigned(MDBX_COALESCE)},
|
|
||||||
{"lifo", unsigned(MDBX_LIFORECLAIM)},
|
{"lifo", unsigned(MDBX_LIFORECLAIM)},
|
||||||
{"perturb", unsigned(MDBX_PAGEPERTURB)},
|
{"perturb", unsigned(MDBX_PAGEPERTURB)},
|
||||||
{"accede", unsigned(MDBX_ACCEDE)},
|
{"accede", unsigned(MDBX_ACCEDE)},
|
||||||
|
@ -284,7 +284,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
syncmodes=("" ,+nosync-safe ,+nosync-utterly)
|
syncmodes=("" ,+nosync-safe ,+nosync-utterly)
|
||||||
options=(writemap coalesce lifo notls perturb)
|
options=(writemap lifo notls perturb)
|
||||||
|
|
||||||
function join { local IFS="$1"; shift; echo "$*"; }
|
function join { local IFS="$1"; shift; echo "$*"; }
|
||||||
|
|
||||||
|
@ -98,7 +98,6 @@ MDBX_NORETURN void usage(void) {
|
|||||||
" accede == MDBX_ACCEDE\n"
|
" accede == MDBX_ACCEDE\n"
|
||||||
" nometasync == MDBX_NOMETASYNC\n"
|
" nometasync == MDBX_NOMETASYNC\n"
|
||||||
" lifo == MDBX_LIFORECLAIM\n"
|
" lifo == MDBX_LIFORECLAIM\n"
|
||||||
" coalesce == MDBX_COALESCE\n"
|
|
||||||
" nosync-safe == MDBX_SAFE_NOSYNC\n"
|
" nosync-safe == MDBX_SAFE_NOSYNC\n"
|
||||||
" writemap == MDBX_WRITEMAP\n"
|
" writemap == MDBX_WRITEMAP\n"
|
||||||
" nosync-utterly == MDBX_UTTERLY_NOSYNC\n"
|
" nosync-utterly == MDBX_UTTERLY_NOSYNC\n"
|
||||||
|
@ -263,7 +263,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
syncmodes=("" ,+nosync-safe ,+nosync-utterly)
|
syncmodes=("" ,+nosync-safe ,+nosync-utterly)
|
||||||
options=(writemap coalesce lifo notls perturb)
|
options=(writemap lifo notls perturb)
|
||||||
|
|
||||||
function join { local IFS="$1"; shift; echo "$*"; }
|
function join { local IFS="$1"; shift; echo "$*"; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user