Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3c1e5f3

Browse files
committed
reset MtmTx.accessed_temp on tx start
1 parent c3ea6c7 commit 3c1e5f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ MtmBeginTransaction()
8181
MtmTx.contains_ddl = false; // will be set by executor hook
8282
MtmTx.contains_dml = false;
8383
MtmTx.gid[0] = '\0';
84+
MtmTx.accessed_temp = false;
8485

8586
MtmDDLResetStatement();
8687

0 commit comments

Comments
 (0)