Details
Description
----------------------------
Original Description
Description:
When documenting about Mobile SE need to mention that compact isn't supported
Engineering Ticket Description:
Compact command on mobile fails with error code: 59, with message "no such command: 'compact'", as opposed to the proper error code: CommandNotSupported.
Example code when run on storage to generate the error:
db.runCommand({compact: "coll"});
----------------------------
Description
Add to https://docs.mongodb.com/stitch/mongodb/mobile/mobile-features/
Attachments
Issue Links
- documents
-
SERVER-36055 Mobile SE: Compact returns wrong error code on mobile
-
- Closed
-
- is related to
-
DOCS-11907 Docs for SERVER-32509: Mobile SE: Implement error reporting for unsupported startup options
-
- Closed
-