You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2019/09/17 20:18:20 UTC

[trafodion] branch master updated (35c7abb -> 3a4da20)

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

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


    from 35c7abb  Merge pull request #1854 from zcorrea/TRAFODION-3318
     new 2273fb8  [TRAFODION-3325] Pass down index hints for non-VEG equality predicates
     new 26212e6  Rework to address review comment
     new 3a4da20  Merge pull request #1856 from DaveBirdsall/Trafodion3325

The 7199 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/optimizer/RelExpr.cpp      | 72 +++++++++++++++++++++++++++++++++----
 core/sql/optimizer/RelExpr.h        | 25 +++++++++++++
 core/sql/optimizer/opt.cpp          |  9 +++--
 core/sql/sqlcomp/DefaultConstants.h |  1 +
 core/sql/sqlcomp/nadefaults.cpp     |  1 +
 5 files changed, 99 insertions(+), 9 deletions(-)