Github user sureshsubbiah commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/748#discussion_r82683665 --- Diff: core/sql/arkcmp/CmpStoredProc.cpp --- @@ -733,7 +733,7 @@ CmpStoredProc::ExecStatus CmpStoredProc::close(CmpSPDataObject&) // Methods of CmpISPFuncs // ----------------------------------------------------------------------- -NAList<CmpISPFuncs::ProcFuncsStruct> CmpISPFuncs::procFuncsArray_(256); +NAList<CmpISPFuncs::ProcFuncsStruct> CmpISPFuncs::procFuncsArray_(NULL,256); --- End diff -- I tried this change. Had to include Globals.h in this file. Build went fine, but RMS would not come up on sqstart. Did not investigate further. Did try clean build a couple of times, so I am reasonably sure it is not an env issue.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---