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 2018/02/07 17:25:10 UTC

[3/4] trafodion git commit: Change default for CQD USTAT_AUTOMATIC_LOGGING to ON

Change default for CQD USTAT_AUTOMATIC_LOGGING to ON


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

Branch: refs/heads/master
Commit: 6a7fb36dfe6545ed28e24b4bf1b28f9d6416c91b
Parents: 903149a
Author: Dave Birdsall <db...@apache.org>
Authored: Tue Feb 6 18:18:58 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Tue Feb 6 18:18:58 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/6a7fb36d/core/sql/sqlcomp/nadefaults.cpp
----------------------------------------------------------------------
diff --git a/core/sql/sqlcomp/nadefaults.cpp b/core/sql/sqlcomp/nadefaults.cpp
index 965ecc4..2371b5e 100644
--- a/core/sql/sqlcomp/nadefaults.cpp
+++ b/core/sql/sqlcomp/nadefaults.cpp
@@ -3046,7 +3046,7 @@ XDDkwd__(SUBQUERY_UNNESTING,			"ON"),
   DDkwd__(USTAT_ADD_SALTED_KEY_PREFIXES_FOR_MC, "ON"),   // When ON, generate MCs for primary key prefixes as well as full key
                                                          //   of salted table when ON EVERY KEY or ON EVERY COLUMN is specified.
   DDkwd__(USTAT_ATTEMPT_ESP_PARALLELISM,        "ON"),   // for reading column values
-  DDkwd__(USTAT_AUTOMATIC_LOGGING,              "OFF"),  // OFF gives same semantics as 
+  DDkwd__(USTAT_AUTOMATIC_LOGGING,              "ON"),   // OFF gives same semantics as 
                                                          // UPDATE STATISTICS LOG OFF, while
                                                          // ON gives same semantics as 
                                                          // UPDATE STATISTICS LOG SYSTEM