Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
ALL
-
Repl 2018-06-18
-
0
Description
transactions_block_ddl.js attempts to rename a collection to otherDB.otherColl. However, this rename fails if there is another database name otherdb, since there cannot be two databases with the same name and different casing. We should choose a different database name so as not to conflict with otherdb.