[Pkg-mongodb-maintainers] [pkg-mongodb] 213/394: Merge tag 'upstream/2.0.7'

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 262c74c0fd7a6028f5ea5064bd5fadd633b527c7
Merge: a2beaba 5071d20
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Fri Aug 10 14:54:37 2012 +0200

    Merge tag 'upstream/2.0.7'
    
    Upstream version 2.0.7

 .gitignore                            |   2 +
 client/dbclient_rs.cpp                |  16 ++-
 client/dbclientcursor.cpp             |   7 +-
 client/distlock.cpp                   |  12 +-
 client/parallel.cpp                   |  11 +-
 client/parallel.h                     |   1 +
 db/client.cpp                         |   4 +-
 db/clientcursor.cpp                   |  24 +++-
 db/db.cpp                             |  50 +++----
 db/dbcommands.cpp                     |   5 +
 db/dur.cpp                            |  10 ++
 db/extsort.cpp                        |  92 ++++++++++--
 db/extsort.h                          |   8 +-
 db/instance.cpp                       |   9 ++
 db/mongommf.cpp                       | 100 +++++++------
 db/oplog.cpp                          |   6 +-
 db/ops/update.cpp                     |  19 ++-
 db/ops/update.h                       |   5 +-
 db/queryoptimizer.cpp                 |  18 ++-
 db/queryoptimizer.h                   |   5 +-
 dbtests/queryoptimizertests.cpp       | 131 +++++++++++++----
 doxygenConfig                         |   2 +-
 jstests/pull.js                       |  14 ++
 jstests/pullall.js                    |  13 ++
 jstests/queryoptimizera.js            |   1 +
 jstests/repl/repl14.js                |  64 +++++++++
 jstests/sharding/bad_config_load.js   |  52 +++++++
 jstests/sharding/disable_autosplit.js |  40 ++++++
 jstests/sharding/drop_configdb.js     |  38 +++++
 jstests/sharding/no_empty_reset.js    |  49 +++++++
 jstests/slowNightly/sharding_rs2.js   | 161 ++++++++++++++++++++-
 pch.h                                 |   1 +
 rpm/mongo.spec                        |   2 +-
 s/chunk.cpp                           |  44 +++---
 s/chunk.h                             |   4 +-
 s/client.h                            |   3 +-
 s/commands_public.cpp                 |   5 +
 s/config.cpp                          |   6 +-
 s/dbgrid.vcxproj                      |   5 +-
 s/dbgrid.vcxproj.filters              | 256 ++++++++++++++++++++++------------
 s/grid.cpp                            | 117 +++++++++-------
 s/server.cpp                          |   8 ++
 s/strategy_shard.cpp                  |   9 +-
 shell/mongo_vstudio.cpp               | 207 ++++++++++++++++++++++++++-
 shell/msvc/mongo.vcxproj              |  54 +++----
 shell/msvc/mongo.vcxproj.filters      | 186 ++++++++++++------------
 tools/export.cpp                      |   2 +-
 tools/stat.cpp                        |   3 +-
 util/mmap.h                           |  22 +--
 util/mmap_win.cpp                     |  82 ++++++++---
 util/net/listen.h                     |   4 +
 util/ntservice.cpp                    |  31 ++--
 util/password.cpp                     |   5 +-
 util/version.cpp                      |   2 +-
 54 files changed, 1543 insertions(+), 484 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list