Repository: trafodion Updated Branches: refs/heads/master e6e8956cf -> c0066859a
[TRAFODION-3201] revert wrong changes in TRAFODION-3175 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/159a26dd Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/159a26dd Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/159a26dd Branch: refs/heads/master Commit: 159a26dd038fc5078b0e29725efdfbaeeb9b55d8 Parents: e6e8956 Author: Liu Ming <[email protected]> Authored: Sun Sep 9 11:14:22 2018 +0000 Committer: Liu Ming <[email protected]> Committed: Sun Sep 9 11:14:22 2018 +0000 ---------------------------------------------------------------------- core/sql/executor/ExExeUtilCli.cpp | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/159a26dd/core/sql/executor/ExExeUtilCli.cpp ---------------------------------------------------------------------- diff --git a/core/sql/executor/ExExeUtilCli.cpp b/core/sql/executor/ExExeUtilCli.cpp index 1c827f6..058ea11 100644 --- a/core/sql/executor/ExExeUtilCli.cpp +++ b/core/sql/executor/ExExeUtilCli.cpp @@ -46,8 +46,6 @@ OutputInfo::OutputInfo(Lng32 numEntries) : numEntries_(numEntries) { - ex_assert( numEntries <= MAX_OUTPUT_ENTRIES, "try to fetch more than max rows allowed"); - for (Int32 i = 0; i < numEntries_; i++) { data_[i] = NULL;
