Repository: trafodion Updated Branches: refs/heads/master 2bdbffe70 -> 99ceac939
[TRAFODION-3050] Change default for CQD COMP_BOOL_158 to 'ON' Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/cd1fde8a Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/cd1fde8a Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/cd1fde8a Branch: refs/heads/master Commit: cd1fde8a263ab66295692309e6b80e1af3ec8ab9 Parents: a3c56bc Author: Dave Birdsall <[email protected]> Authored: Mon Apr 30 20:56:09 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Mon Apr 30 20:56:09 2018 +0000 ---------------------------------------------------------------------- core/sql/sqlcomp/nadefaults.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/cd1fde8a/core/sql/sqlcomp/nadefaults.cpp ---------------------------------------------------------------------- diff --git a/core/sql/sqlcomp/nadefaults.cpp b/core/sql/sqlcomp/nadefaults.cpp index c7c4ce8..1c47c54 100644 --- a/core/sql/sqlcomp/nadefaults.cpp +++ b/core/sql/sqlcomp/nadefaults.cpp @@ -629,7 +629,7 @@ SDDkwd__(CAT_ENABLE_QUERY_INVALIDATION, "ON"), DDkwd__(COMP_BOOL_154, "OFF"), DDkwd__(COMP_BOOL_155, "OFF"), DDkwd__(COMP_BOOL_156, "ON"), // Used by RTS to turn on RTS Stats collection for ROOT operators - DDkwd__(COMP_BOOL_158, "OFF"), + DDkwd__(COMP_BOOL_158, "ON"), // ON --> allows equijoins on VARCHAR/VARCHAR and CHAR/VARCHAR to be rewritten as VEGPreds DDkwd__(COMP_BOOL_159, "OFF"), DDkwd__(COMP_BOOL_160, "OFF"),
