-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2018-06-18
-
0
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.