You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/05/02 17:24:17 UTC

[7/7] incubator-trafodion git commit: Merge remote branch 'origin/pr/1072/head' into merge_1072

Merge remote branch 'origin/pr/1072/head' into merge_1072


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

Branch: refs/heads/master
Commit: d0c4d7306d9b992773381e7308d58d79aefaa603
Parents: b791f88 53e103c
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue May 2 17:23:38 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue May 2 17:23:38 2017 +0000

----------------------------------------------------------------------
 core/sql/bin/clitest.cpp              |   2 +-
 core/sql/clitest/blobtest.cpp         |   4 +-
 core/sql/common/ComSmallDefs.h        |   1 +
 core/sql/executor/ExExeUtilLoad.cpp   |   2 +-
 core/sql/exp/ExpLOB.cpp               | 103 +++----
 core/sql/exp/ExpLOB.h                 |  21 +-
 core/sql/exp/ExpLOBaccess.cpp         | 213 +++++++++++--
 core/sql/exp/ExpLOBaccess.h           |  22 +-
 core/sql/exp/ExpLOBenums.h            |  17 +-
 core/sql/exp/ExpLOBinterface.cpp      |  75 +++--
 core/sql/exp/ExpLOBinterface.h        |  34 ++-
 core/sql/generator/GenItemFunc.cpp    |   7 +-
 core/sql/generator/GenPreCode.cpp     |  52 ++--
 core/sql/optimizer/ItemFunc.h         |   2 +-
 core/sql/regress/executor/EXPECTED130 | 469 ++++++++++++-----------------
 core/sql/regress/executor/TEST130     |  37 ++-
 core/sql/sqlcomp/nadefaults.cpp       |   2 +-
 licenses/lic-pyinstall-src            |   4 +-
 18 files changed, 609 insertions(+), 458 deletions(-)
----------------------------------------------------------------------