8000 Bug fix-3.7/begin trx disjoint (#14641) by mchacki · Pull Request #14649 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v3.7.15 (XXXX-XX-XX)
--------------------

* Fixed: _api/transaction/begin called on edge collections of disjoint
SmartGraphs falsely returned CollectionNotFound errors.

* Bug-Fix: In more complex queries there was a code-path where a (Disjoint-)
Smart graph access was not properly optimized.

Expand Down
20 changes: 11 additions & 9 deletions arangod/Transaction/Manager.cpp