diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2017-12-12 14:41:09 -0500 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2017-12-18 16:22:24 -0500 |
commit | 349dc90077147bb41953b92b132fb2763930834a (patch) | |
tree | 6f30c8c52566e8d23cda13183a200fd1773c27b8 /src/mongo/base | |
parent | 38f5efd583ba167b4cb24b024fcb4e20e502cb44 (diff) | |
download | mongo-349dc90077147bb41953b92b132fb2763930834a.tar.gz |
SERVER-32261 disable dns_query (res_nsearch) on android
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 38bc2ef862e..0ed414b02c8 100644 --- a/src/mongo/base/error_codes.err +++ b/src/mongo/base/error_codes.err @@ -232,6 +232,7 @@ error_code("DNSProtocolError", 231) error_code("MaxSubPipelineDepthExceeded", 232) error_code("TooManyDocumentSequences", 233) error_code("RetryChangeStream", 234) +error_code("InternalErrorNotSupported", 235) # this function or module is not available on this platform or configuration # Error codes 4000-8999 are reserved. |