summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-04-18 17:10:12 -0400
committerHari Khalsa <hkhalsa@10gen.com>2013-04-19 12:02:28 -0400
commitf75c238b3363048f91ed22d9db0cb83383b1ebd4 (patch)
tree69ba4f02340ef077bf3ad522e26a23002d7a2d1f /src/mongo/db/cloner.h
parent89ca7f9d6f134e09241837edeb9b456d80f2abc9 (diff)
downloadmongo-f75c238b3363048f91ed22d9db0cb83383b1ebd4.tar.gz
SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKeys calls
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index de437ea3c6a..813725e38bb 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -19,7 +19,6 @@
#pragma once
#include "mongo/db/jsobj.h"
-#include "mongo/db/sort_phase_one.h"
namespace mongo {
@@ -94,18 +93,8 @@ namespace mongo {
bool masterSameProcess, bool slaveOk, bool mayYield, bool mayBeInterrupted,
Query q);
- // index presort info
- typedef struct {
- IndexSpec spec;
- SortPhaseOne preSortPhase;
- } PreSortDetails;
-
- typedef map<string, PreSortDetails> SortersForIndex; // map from index name to presorter
- typedef map<string, SortersForIndex> SortersForNS; // map from ns to indices/sorters
-
struct Fun;
auto_ptr<DBClientBase> _conn;
- SortersForNS _sortersForNS;
};
struct CloneOptions {