[TRAFODION-2853] memory leak of ComDiagsArea in CmpContext Fix for regression failure in the commit 8868d8189
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/33b2be5a Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/33b2be5a Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/33b2be5a Branch: refs/heads/master Commit: 33b2be5ad9b5bc376f17cc96e84b8fc0692dda34 Parents: 8868d81 Author: selvaganesang <[email protected]> Authored: Thu Mar 22 05:09:54 2018 +0000 Committer: selvaganesang <[email protected]> Committed: Thu Mar 22 05:09:54 2018 +0000 ---------------------------------------------------------------------- core/sql/regress/seabase/EXPECTED031 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/33b2be5a/core/sql/regress/seabase/EXPECTED031 ---------------------------------------------------------------------- diff --git a/core/sql/regress/seabase/EXPECTED031 b/core/sql/regress/seabase/EXPECTED031 index 35637cd..41c44e9 100644 --- a/core/sql/regress/seabase/EXPECTED031 +++ b/core/sql/regress/seabase/EXPECTED031 @@ -830,7 +830,7 @@ A B C *** WARNING[4493] Stored Descriptor Status: Uptodate and current. ---- SQL operation complete. +--- SQL operation completed with warnings. >>alter table t031v1 delete stored descriptor; --- SQL operation complete. @@ -856,7 +856,7 @@ A B C *** WARNING[4493] Stored Descriptor Status: Uptodate and current. ---- SQL operation complete. +--- SQL operation completed with warnings. >>invoke t031v1; -- Definition of Trafodion view TRAFODION.SCH.T031V1
