You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2019/02/01 16:34:48 UTC

[trafodion] branch master updated (a3a0e7e -> 2db4add)

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

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


    from a3a0e7e  Merge pull request #1785 from zhenxingh/traf-3265-insert-varchar-utf8-slow
     new 734f6ba  [TRAFODION-3259] When the length of the varchar exceeds 65536, insert into data will fail
     new 957099a  [TRAFODION-3259] Length of varchar exceeds 65536 insert data will fail
     new b2744ca  Merge branch 'master' into traf-3259-varchar-length-64k-limit
     new 2db4add  Merge pull request #1783 from zhenxingh/traf-3259-varchar-length-64k-limit

The 6988 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/exp_attrs.h                           | 19 ++++-----
 core/sql/regress/charsets/EXPECTED316              | 22 ++++++++++
 .../triggers/TEST_1_1_1_9 => charsets/TEST316}     | 48 +++++++++++-----------
 core/sql/regress/tools/runregr_charsets.ksh        |  2 +-
 4 files changed, 55 insertions(+), 36 deletions(-)
 create mode 100644 core/sql/regress/charsets/EXPECTED316
 copy core/sql/regress/{newregr/triggers/TEST_1_1_1_9 => charsets/TEST316} (57%)