You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/08/08 01:57:42 UTC

[2/3] trafodion git commit: remove debug info

remove debug info


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

Branch: refs/heads/master
Commit: 966657d9ba43639dc9739976ba41c35e5aec59ad
Parents: f75ea3f
Author: Liu Ming <ov...@sina.com>
Authored: Mon Aug 6 02:41:13 2018 -0400
Committer: Liu Ming <ov...@sina.com>
Committed: Mon Aug 6 02:41:13 2018 -0400

----------------------------------------------------------------------
 core/sql/executor/ExExeUtilCli.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/966657d9/core/sql/executor/ExExeUtilCli.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ExExeUtilCli.cpp b/core/sql/executor/ExExeUtilCli.cpp
index d39f21b..2a0b9e1 100644
--- a/core/sql/executor/ExExeUtilCli.cpp
+++ b/core/sql/executor/ExExeUtilCli.cpp
@@ -1322,7 +1322,6 @@ short ExeCliInterface::fetchAllRows(Queue * &infoList,
 	    if (nullTerminate)
 	      r[len] = 0;
 	  }
-//comehere add type
 	  oi->insert(j, r, len, type);
 	}