-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this._db._initExtraInfo is not a function #161
Comments
Hey, thanks for reporting this. What version of the shell are you running? |
0.0.13 -- Apologies for failing to mention. :) |
no thats ok, :-) but i meant what version of the MongoDB shell are you running? |
v3.2.6 she'll into a v3.2.5 remote server--- details are in the Mongo JIRA. :) |
I get this error as well. Below is my configuration:
I am trying to delete earliest 10 records from mongoDB using this query:
However, if I just do |
Originally thought to be an issue with MongoDB Shell. They claim it is a result of Mongo-Hacker. Here's the original ticket at MongoDB with a complete repro procedure.
https://jira.mongodb.org/browse/SERVER-24065
The text was updated successfully, but these errors were encountered: