summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/view_catalog_deadlock_with_rename.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41947 Disallow using the system.views collection name as the source ↵Xiangyu Yao2019-08-291-36/+0
| | | | | | or target names in the rename command (cherry picked from commit 18f95f8ad46c685d8529dba2d5655b3e4ef968c1)
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-19/+19
|
* SERVER-40994 renameCollection should always lock system.views collection ↵Xiangyu Yao2019-05-141-0/+36
after everything else