aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r--src/engine/plan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp
index a4b8d0c1..65da4ab3 100644
--- a/src/engine/plan.cpp
+++ b/src/engine/plan.cpp
@@ -1946,6 +1946,7 @@ static void ResetPlannedRollbackBoundaryState(
1946 ) 1946 )
1947{ 1947{
1948 pRollbackBoundary->fActiveTransaction = FALSE; 1948 pRollbackBoundary->fActiveTransaction = FALSE;
1949 ReleaseNullStr(pRollbackBoundary->sczLogPath);
1949} 1950}
1950 1951
1951static HRESULT GetActionDefaultRequestState( 1952static HRESULT GetActionDefaultRequestState(