mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-20 05:28:21 +08:00
mdbx-tests: add notls
into long-stochastic.
More for https://github.com/leo-yuriev/libmdbx/issues/72 Change-Id: I62468a38844292bc4073e36d70e7b7ee8d1a6009
This commit is contained in:
parent
c7ae4ace9d
commit
b3a5ab692b
@ -161,7 +161,7 @@ function rep9 { printf "%*s" $1 '' | tr ' ' '9'; }
|
||||
function join { local IFS="$1"; shift; echo "$*"; }
|
||||
function bit2option { local -n arr=$1; (( ($2&(1<<$3)) != 0 )) && echo -n '+' || echo -n '-'; echo "${arr[$3]}"; }
|
||||
|
||||
options=(writemap coalesce lifo)
|
||||
options=(writemap coalesce lifo notls)
|
||||
|
||||
function bits2list {
|
||||
local -n arr=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user