diff options
author | Kristina <kristina@10gen.com> | 2012-12-26 19:53:37 -0500 |
---|---|---|
committer | Kristina <kristina@10gen.com> | 2012-12-26 19:53:41 -0500 |
commit | 283fc0d291c196232cebc8b964178037aa71f943 (patch) | |
tree | 2ceae2c421b1e9b314c6b051e900a87a8485cc43 /src/mongo/db/index_builder.h | |
parent | b012f057c65f112f83d7bf49a0fcd885188fa41b (diff) | |
download | mongo-283fc0d291c196232cebc8b964178037aa71f943.tar.gz |
SERVER-2771 Make foreground indexes not create a client
Diffstat (limited to 'src/mongo/db/index_builder.h')
-rw-r--r-- | src/mongo/db/index_builder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/index_builder.h b/src/mongo/db/index_builder.h index 802836d9252..0b5de273c84 100644 --- a/src/mongo/db/index_builder.h +++ b/src/mongo/db/index_builder.h @@ -34,6 +34,8 @@ namespace mongo { virtual void run(); virtual std::string name() const; + void build() const; + /** * Kill all in-progress indexes matching criteria and, optionally, store them in the * indexes list. |