[packages/mongodb] rediff patch

atler atler at pld-linux.org
Tue Aug 10 12:17:34 CEST 2021


commit cf7aa2e95f32235f9215380767bddb791e5d28df
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Aug 10 12:17:08 2021 +0200

    rediff patch

 boost-1.50.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/boost-1.50.patch b/boost-1.50.patch
index 0c1c167..aff5326 100644
--- a/boost-1.50.patch
+++ b/boost-1.50.patch
@@ -187,7 +187,7 @@ diff -dur mongodb-src-r2.2.0.orig/src/mongo/tools/restore.cpp mongodb-src-r2.2.0
 --- mongodb-src-r2.2.0.orig/src/mongo/tools/restore.cpp	2012-08-28 07:28:11.000000000 +0200
 +++ mongodb-src-r2.2.0/src/mongo/tools/restore.cpp	2012-09-28 13:41:57.000000000 +0200
 @@ -174,7 +174,7 @@
-         log(2) << "drillDown: " << root.string() << endl;
+         LOG(2) << "drillDown: " << root.string() << endl;
  
          // skip hidden files and directories
 -        if (root.leaf()[0] == '.' && root.leaf() != ".")
@@ -207,7 +207,7 @@ diff -dur mongodb-src-r2.2.0.orig/src/mongo/tools/restore.cpp mongodb-src-r2.2.0
 +                if ( p.filename().string() == "system.indexes.bson" ) {
                      indexes = p;
                  } else {
-                     drillDown(p, use_db, use_coll);
+                     drillDown(p, use_db, use_coll, oplogReplayLimit);
 @@ -233,7 +233,7 @@
  
          log() << root.string() << endl;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mongodb.git/commitdiff/cf7aa2e95f32235f9215380767bddb791e5d28df



More information about the pld-cvs-commit mailing list