You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/08/22 15:43:21 UTC

[1/2] trafodion git commit: increase the ref count

Repository: trafodion
Updated Branches:
  refs/heads/master 0550932b4 -> bd3facc68


increase the ref count


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/f15c6abe
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/f15c6abe
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/f15c6abe

Branch: refs/heads/master
Commit: f15c6abe85db8532a51e232900890ca1f22df99a
Parents: 2c5af79
Author: Adamas <ad...@tom.com>
Authored: Mon Aug 20 19:21:23 2018 +0800
Committer: Adamas <ad...@tom.com>
Committed: Mon Aug 20 19:21:23 2018 +0800

----------------------------------------------------------------------
 core/sql/executor/ex_tuple_flow.cpp | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/f15c6abe/core/sql/executor/ex_tuple_flow.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ex_tuple_flow.cpp b/core/sql/executor/ex_tuple_flow.cpp
index 42965fa..676a185 100644
--- a/core/sql/executor/ex_tuple_flow.cpp
+++ b/core/sql/executor/ex_tuple_flow.cpp
@@ -316,6 +316,10 @@ short ExTupleFlowTcb::work()
 
 			  ex_queue_entry * up_entry = 
 			    qParent_.up->getTailEntry();
+
+                          if (src_entry->getDiagsArea())
+                            src_entry->getDiagsArea()->incrRefCount();
+
 			  up_entry->setDiagsArea(src_entry->getDiagsArea());
 			}
 


[2/2] trafodion git commit: Merge [TRAFODION-3187] PR 1700 Fix ref count issue with ComDiagsArea object

Posted by db...@apache.org.
Merge [TRAFODION-3187] PR 1700 Fix ref count issue with ComDiagsArea object


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/bd3facc6
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/bd3facc6
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/bd3facc6

Branch: refs/heads/master
Commit: bd3facc685136d92e6df5705ef255415a77ded73
Parents: 0550932 f15c6ab
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Aug 22 15:42:54 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Aug 22 15:42:54 2018 +0000

----------------------------------------------------------------------
 core/sql/executor/ex_tuple_flow.cpp | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------