From d237ba8e266959d6976e73f3728c2bc97633525d Mon Sep 17 00:00:00 2001 From: Feram Date: Sun, 6 Nov 2016 04:23:07 +0000 Subject: [PATCH 1/2] Fix typo accomodate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e0c3d..eec3039 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ this to resume interrupted tailers so that no information is lost. ### 0.4 -Add support for [tokumx](http://www.tokutek.com/products/tokumx-for-mongodb/). Backwards incompatible changes to persistent tailers to accomodate that. See [UPGRADING.md](UPGRADING.md). +Add support for [tokumx](http://www.tokutek.com/products/tokumx-for-mongodb/). Backwards incompatible changes to persistent tailers to accommodate that. See [UPGRADING.md](UPGRADING.md). From b84a7ab0f5201dd013d12717a313e04541d7345e Mon Sep 17 00:00:00 2001 From: Feram Date: Sun, 6 Nov 2016 04:23:07 +0000 Subject: [PATCH 2/2] Fix typo persistant --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 55c265d..b6f6e83 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -2,7 +2,7 @@ ## Outline -This version adds support for tailing TokuMX, which uses a different oplog format from Mongo, separating the concepts of time and ordering of oplog entries. This sadly breaks most applications currently using mongoriver and will require invasive changes to persistant tailers. +This version adds support for tailing TokuMX, which uses a different oplog format from Mongo, separating the concepts of time and ordering of oplog entries. This sadly breaks most applications currently using mongoriver and will require invasive changes to persistent tailers. More specifically - TokuMX uses `BSON::Binary` instead of `BSON::Timestamp` for keeping track of the database oplog position.