With this option, the command line combination "-FS -R 0 -W 10" will
trigger the checkpoint problem where closing a file fails because there
is an update for the file we can't write.
Reference #844, #957.
set-key, search and search-near.
Change the statistics cursor "key" to be the description field of the
statistic (the previous key was the internal name, and while the
description field isn't a great choice because it might easily change,
the internal name is completely useless).
Change the order of the raw statistics return from v,pval to pval,v,
so it matches the printable return.
Add the -p option to the "wt stat" command, it prints out all stats
with the specified prefix.
(uint64_t value, const char *description, const char *printvalue)
to:
(const char *description, const char *printvalue, uint64_t value)
Don't bother retrieving the key when printing the statistics, we don't
much care about it.
Minor cleanup of the docs to match.