merge [TRAFODION-1573] [TRAFODION-3075] pr 1568 get command updates and [un]register user fixes
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/1b9cb1b8 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/1b9cb1b8 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/1b9cb1b8 Branch: refs/heads/master Commit: 1b9cb1b859502fbed5fbf8c6ed4ad25e060605a1 Parents: 2c5f480 88e2a74 Author: Roberta Marton <[email protected]> Authored: Mon May 21 15:57:36 2018 +0000 Committer: Roberta Marton <[email protected]> Committed: Mon May 21 15:57:36 2018 +0000 ---------------------------------------------------------------------- core/sql/comexe/ComTdbExeUtil.h | 4 + core/sql/executor/ExExeUtilGet.cpp | 244 ++++++--- core/sql/generator/GenRelExeUtil.cpp | 14 +- core/sql/parser/ParKeyWords.cpp | 2 - core/sql/parser/sqlparser.y | 353 +++--------- core/sql/regress/compGeneral/EXPECTEDTOK | 3 +- core/sql/regress/compGeneral/EXPECTEDTOK2 | 3 +- core/sql/regress/core/EXPECTED116 | 197 +++++-- core/sql/regress/privs1/EXPECTED125 | 729 +++++++++++++++++++++++++ core/sql/regress/privs1/TEST125 | 51 ++ core/sql/regress/privs2/EXPECTED144 | 301 +++++++++- core/sql/regress/privs2/EXPECTED146 | 125 ++++- core/sql/regress/privs2/TEST144 | 39 +- core/sql/regress/privs2/TEST146 | 7 + core/sql/sqlci/sqlci_lex.ll | 2 - core/sql/sqlci/sqlci_yacc.y | 11 - core/sql/sqlcomp/CmpSeabaseDDLauth.cpp | 69 ++- core/sql/sqlcomp/CmpSeabaseDDLtable.cpp | 2 + 18 files changed, 1708 insertions(+), 448 deletions(-) ----------------------------------------------------------------------
