You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2017/09/01 20:16:15 UTC

[1/2] incubator-trafodion git commit: fixed an issue that caused charsets/TEST014 to loop.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 3f9429f46 -> d7f7d6597


fixed an issue that caused charsets/TEST014 to loop.

an existing bug causes process loop when infer_charset is ON
and query invalidation needs to remove entries from query cache.
Until this bug is fixed, turn query_cache OFF.


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

Branch: refs/heads/master
Commit: 715ac7d09aaa86cc879de2a746b609efeb3d1f40
Parents: dec408b
Author: Anoop Sharma <an...@esgyn.com>
Authored: Thu Aug 31 17:08:34 2017 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Thu Aug 31 17:08:34 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/charsets/TEST014 | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/715ac7d0/core/sql/regress/charsets/TEST014
----------------------------------------------------------------------
diff --git a/core/sql/regress/charsets/TEST014 b/core/sql/regress/charsets/TEST014
index e257839..28406d3 100755
--- a/core/sql/regress/charsets/TEST014
+++ b/core/sql/regress/charsets/TEST014
@@ -28,6 +28,11 @@
 --
 -- @@@ END COPYRIGHT @@@
 
+-- an existing bug causes process loop when infer_charset is ON
+-- and query invalidation needs to remove entries from query cache.
+-- Until this bug is fixed, turn query_cache OFF.
+cqd query_cache '0';
+
 obey TEST014(clnup);
 
 log LOG014 clear;


[2/2] incubator-trafodion git commit: PR-1222 Updated charsets/test014

Posted by an...@apache.org.
PR-1222 Updated charsets/test014


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

Branch: refs/heads/master
Commit: d7f7d65970d9bdc63b8854e91fc96d0cef9a4d89
Parents: 3f9429f 715ac7d
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Sep 1 20:16:07 2017 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Sep 1 20:16:07 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/charsets/TEST014 | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------