diff options
author | Craig Harris <craig.harris@10gen.com> | 2014-05-13 16:51:01 -0400 |
---|---|---|
committer | Craig Harris <craig.harris@10gen.com> | 2014-05-13 18:01:22 -0400 |
commit | 6ada135a2dfb937106736e37885efc08dadc23f9 (patch) | |
tree | 200e003eb70328eb2ca5e7375ab603b71d7ccdaf /src/mongo/db/exec/working_set.cpp | |
parent | 5368b375128302c1bb32ec7c5e6d5b7e6c5cd38b (diff) | |
download | mongo-6ada135a2dfb937106736e37885efc08dadc23f9.tar.gz |
SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stages
Diffstat (limited to 'src/mongo/db/exec/working_set.cpp')
-rw-r--r-- | src/mongo/db/exec/working_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/working_set.cpp b/src/mongo/db/exec/working_set.cpp index ec9eaca2453..3d268cfde28 100644 --- a/src/mongo/db/exec/working_set.cpp +++ b/src/mongo/db/exec/working_set.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013 10gen Inc. + * Copyright (C) 2013 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, |