Abort in deadlock handler if we fail to get a query map
This commit is contained in:
@@ -86,7 +86,7 @@ pub trait QueryContext: HasDepContext {
|
||||
/// Get the query information from the TLS context.
|
||||
fn current_query_job(self) -> Option<QueryJobId>;
|
||||
|
||||
fn collect_active_jobs(self) -> QueryMap;
|
||||
fn collect_active_jobs(self) -> (QueryMap, bool);
|
||||
|
||||
/// Load a side effect associated to the node in the previous session.
|
||||
fn load_side_effect(
|
||||
|
||||
Reference in New Issue
Block a user