You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ar...@apache.org on 2016/01/07 08:35:30 UTC

[3/5] incubator-trafodion git commit: Merge branch 'master' of https://github.com/apache/incubator-trafodion into myphoenix

Merge branch 'master' of https://github.com/apache/incubator-trafodion into myphoenix


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

Branch: refs/heads/master
Commit: 20a5e83c87ca4d2de15efcb3f5b21b2af3a54de7
Parents: d754a7d fc9651f
Author: ryzuo <jo...@gmail.com>
Authored: Wed Jan 6 06:26:15 2016 +0000
Committer: ryzuo <jo...@gmail.com>
Committed: Wed Jan 6 06:26:15 2016 +0000

----------------------------------------------------------------------
 .rat-excludes                                   |   1 +
 RAT_README.txt                                  |   1 +
 .../jdbc_type2/native/SQLMXDatabaseMetaData.cpp |   6 +-
 core/conn/jdbc_type2/native/SrvrCommon.cpp      |   4 +-
 core/conn/jdbc_type2/native/SrvrSmd.cpp         |   7 -
 core/sqf/sql/scripts/cleanlogs                  |  92 +++++++++++++
 core/sqf/sql/scripts/dcscheck                   |  67 ++++++++--
 core/sqf/sql/scripts/dcsstop                    |   4 +
 .../sql/scripts/install_hadoop_regr_test_env    |  22 +--
 core/sqf/sql/scripts/sqcheck                    |  52 +++++++-
 core/sql/sqlcomp/CmpDescribe.cpp                |   5 +
 core/sql/ustat/hs_cli.cpp                       |  51 ++++++-
 dcs/bin/dcs-config.sh                           |  10 ++
 dcs/bin/scripts/dcsbind.sh                      | 133 ++++++++++++++++++-
 dcs/bin/scripts/dcsunbind.sh                    |  95 +++++++++++++
 dcs/bin/scripts/parse_dcs_site.py               |  46 +++++++
 dcs/bin/start-dcs.sh                            |  13 +-
 dcs/bin/stop-dcs.sh                             |   2 +-
 dcs/conf/dcs-env.sh                             |   8 +-
 dcs/conf/master                                 |   0
 install/installer/setup_ssh_key                 |  27 ++++
 21 files changed, 601 insertions(+), 45 deletions(-)
----------------------------------------------------------------------