Github user DaveBirdsall commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1317#discussion_r153962963
  
    --- Diff: core/sql/sqlcomp/nadefaults.cpp ---
    @@ -547,40 +538,29 @@ SDDkwd__(CAT_ENABLE_QUERY_INVALIDATION, "ON"),
     // If DB Limits is enabled, then increase the default blocksize to 32K
     // on NSK if the object's clustering key length is larger than this value.
     
    -  DDui1__(CAT_LARGE_BLOCKS_MAX_KEYSIZE,   "1"),
     
     // If DB Limits is enabled, then increase the default blocksize to 32K
     // on NSK if the object's row size is larger than this value.
     
    -  DDui1__(CAT_LARGE_BLOCKS_MAX_ROWSIZE,   "1"),
     
     // Controls how pathnames for routines/procedures/SPJs are interpreted
       DDkwd__(CAT_LIBRARY_PATH_RELATIVE, "OFF"),
     
    -  DDkwd__(CAT_MORE_SCHEMA_PRIVS, "ON"),
     
    -  DDkwd__(CAT_OVERRIDE_CREATE_DISABLE, "OFF"),
     
     
     // This forces an rcb to be created with a different version number
     // A "0" means to take the current mxv version
    --- End diff --
    
    And in numerous additional places


---

Reply via email to