When storage options are used which cannot be satisfied, like wired tiger options when running with mmapv1, then the command should fail:
This should fail under mmapv1, but doesn't now:
> db.createCollection("foo", {storageEngine: {wiredtiger: {configString: "block_compressor=zlib"}}}) {ok:1}
- duplicates
-
SERVER-16069 Input validation on the arguments to createCollection
- Closed
- is related to
-
SERVER-16082 Server should not startup if other storage engine options are used
- Closed