It appears to me that the code to implement
Unable to find source-code formatter for language: wiredtiger_open. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
::lsm_manager=(merge=off)
is no longer working.
It sets a flag WT_CONN_LSM_MERGE, which is only ever looked at in LSM compact.
- is related to
-
WT-1658 Add a mode to LSM where we can limit the size of data in the tree.
- Closed