summaryrefslogtreecommitdiff
path: root/src/mongo/client/constants.h
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2020-11-23 15:57:41 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-30 18:08:17 +0000
commit222aa7e39525152bf91543be3c642e202e0a220e (patch)
tree57274fd58456e44c18ee18e93a2fdff1fa4064b1 /src/mongo/client/constants.h
parent1e9bf762c1db532564323f4c6d8316d2c2fce286 (diff)
downloadmongo-222aa7e39525152bf91543be3c642e202e0a220e.tar.gz
SERVER-50667 replace comment/variable references to slave with secondary
Diffstat (limited to 'src/mongo/client/constants.h')
-rw-r--r--src/mongo/client/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/constants.h b/src/mongo/client/constants.h
index 8e6b6228909..8b9c11b1f40 100644
--- a/src/mongo/client/constants.h
+++ b/src/mongo/client/constants.h
@@ -44,7 +44,7 @@ enum ResultFlagType {
ResultFlag_ShardConfigStaleDeprecated = 4,
/* for backward compatibility: this let's us know the server supports
- the QueryOption_AwaitData option. if it doesn't, a repl slave client should sleep
+ the QueryOption_AwaitData option. if it doesn't, a repl secondary client should sleep
a little between getMore's.
*/
ResultFlag_AwaitCapable = 8