diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-05-20 17:07:22 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-05-22 11:01:24 -0400 |
commit | eadabb492ee5e8ad8a37bb3aedd7d198c772da62 (patch) | |
tree | 1d60f246e23ba9e886d402773a7146eeafa0aebd /src/mongo/base | |
parent | 8d7ea5bdb7385e6d08280aeafbc27e955ec69e0a (diff) | |
download | mongo-eadabb492ee5e8ad8a37bb3aedd7d198c772da62.tar.gz |
SERVER-18567 Replace usages of the legacy ConnectionString::parse
This is all the non-sharding code, which is using it.
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/error_codes.err | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/base/error_codes.err b/src/mongo/base/error_codes.err index 07c2f56f2b2..f7431039681 100644 --- a/src/mongo/base/error_codes.err +++ b/src/mongo/base/error_codes.err @@ -140,6 +140,7 @@ error_code("NotMasterOrSecondaryCode", 13436); error_code("NotMasterNoSlaveOkCode", 13435); error_code("ShardKeyTooBig", 13334); error_code("SendStaleConfig", 13388); +error_code("DatabaseDifferCase", 13297); error_class("NetworkError", ["HostUnreachable", "HostNotFound", "NetworkTimeout"]) error_class("Interruption", ["Interrupted", "InterruptedAtShutdown", "ExceededTimeLimit"]) |