summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-05-15 10:03:36 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-05-15 10:03:36 +1000
commit40a38e41f4fc711e9e14a919758df12129ab2fb3 (patch)
tree09ef9924545aff5cb9ee7558170bf1ea3e4a15cf
parent937c5671d4e9e4c93bfe740eab208343c3e0b183 (diff)
downloadmongo-40a38e41f4fc711e9e14a919758df12129ab2fb3.tar.gz
Call out the format-breaking change with LZ4 in bold
-rw-r--r--src/docs/upgrading.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index c6d9187d5bc..0e9563e36b5 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -26,8 +26,8 @@ values to the ::wiredtiger_open call.
<dt>LZ4 compression</dt>
<dd>
The LZ4 compression support has been updated in this release in non-backward
-compatible ways; tables and files compressed using LZ4 compression should be
-dumped and re-loaded into a new database.
+compatible ways; <b>tables and files compressed using LZ4 compression with
+WiredTiger 2.5.3 must be dumped then re-loaded using WiredTiger 2.6.0.</b>
</dd>
<dt>wiredtiger_open file manager configuration changes</dt>