You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2017/03/01 20:53:16 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2499] TMUDF does not pass error to client

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 63ab72874 -> 8c5ade722


[TRAFODION-2499] TMUDF does not pass error to client

Added check to avoid clearing out the error when source and
destination diags area are the same.


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

Branch: refs/heads/master
Commit: 3d54fdd2c77f51a7da8f5926326a7eda18637da9
Parents: 63ab728
Author: Hans Zeller <hz...@apache.org>
Authored: Wed Mar 1 02:01:49 2017 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Wed Mar 1 02:01:49 2017 +0000

----------------------------------------------------------------------
 core/sql/executor/ExUdr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/3d54fdd2/core/sql/executor/ExUdr.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ExUdr.cpp b/core/sql/executor/ExUdr.cpp
index ad3a54e..cacf484 100644
--- a/core/sql/executor/ExUdr.cpp
+++ b/core/sql/executor/ExUdr.cpp
@@ -1132,7 +1132,7 @@ NABoolean ExUdrTcb::insertUpQueueEntry(ex_queue::up_status status,
       upEntry->setDiagsArea(diags);
       diags->incrRefCount();
     }
-    else
+    else if (atpDiags != diags)
     {
       atpDiags->mergeAfter(*diags);
       // errors have been reported, clear the passed-in diags


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2499] TMUDF does not pass error to client PR-984

Posted by hz...@apache.org.
Merge [TRAFODION-2499] TMUDF does not pass error to client PR-984


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

Branch: refs/heads/master
Commit: 8c5ade722fe5cfb990e645f91ecea8bc72743342
Parents: 63ab728 3d54fdd
Author: Hans Zeller <hz...@apache.org>
Authored: Wed Mar 1 20:51:24 2017 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Wed Mar 1 20:51:24 2017 +0000

----------------------------------------------------------------------
 core/sql/executor/ExUdr.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------