-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Execution Team 2022-03-21
libtransaction depends on libquery_exec as the transaction history iterator uses the query executor. SERVER-63047 is going to make the batched delete stage depend on libtransaction, and this would create a depedency cycle libquery_exec -> libtransaction -> libquery_exec . Refactor the code to avoid the cycle.
- is depended on by
-
SERVER-63047 Make delete batches fully transactional
- Closed