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 2019/02/05 16:37:29 UTC

[trafodion] branch master updated (b02ee12 -> eef991d)

This is an automated email from the ASF dual-hosted git repository.

sandhya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from b02ee12  Merge pull request #1781 from svarnau/j2626_sqg
     add 176f986  Chages to disable LOB locking and refactor IUD operations
     add 310a34d  Merge remote branch 'origin/master' into traf_remove_loblock
     new eef991d   Merge [TRAFODION-3263]

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/sql/exp/ExpLOB.cpp          | 493 ++++++++++++++++++++++++-------------
 core/sql/exp/ExpLOB.h            |  19 +-
 core/sql/exp/ExpLOBaccess.cpp    | 512 +++++++++++++++++++++------------------
 core/sql/exp/ExpLOBaccess.h      |  27 ++-
 core/sql/exp/ExpLOBenums.h       |   4 +-
 core/sql/exp/ExpLOBinterface.cpp | 161 +++++++++---
 core/sql/exp/ExpLOBinterface.h   |  18 ++
 core/sql/sqlcomp/nadefaults.cpp  |   2 +-
 8 files changed, 779 insertions(+), 457 deletions(-)


[trafodion] 01/01: Merge [TRAFODION-3263]

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sandhya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git

commit eef991d0edbbb9fa40cef603b05243176e1d4ddf
Merge: b02ee12 310a34d
Author: Sandhya Sundaresan <sa...@apache.org>
AuthorDate: Tue Feb 5 16:36:50 2019 +0000

     Merge [TRAFODION-3263]

 core/sql/exp/ExpLOB.cpp          | 493 ++++++++++++++++++++++++-------------
 core/sql/exp/ExpLOB.h            |  19 +-
 core/sql/exp/ExpLOBaccess.cpp    | 512 +++++++++++++++++++++------------------
 core/sql/exp/ExpLOBaccess.h      |  27 ++-
 core/sql/exp/ExpLOBenums.h       |   4 +-
 core/sql/exp/ExpLOBinterface.cpp | 161 +++++++++---
 core/sql/exp/ExpLOBinterface.h   |  18 ++
 core/sql/sqlcomp/nadefaults.cpp  |   2 +-
 8 files changed, 779 insertions(+), 457 deletions(-)