Skip to content

Commit

Permalink
[#113] Default null subscript collation for local variables to STDNUL…
Browse files Browse the repository at this point in the history
…LCOLL if ydb_lct_stdnull/gtm_lct_stdnull env vars are not defined
  • Loading branch information
nars1 committed Oct 18, 2018
1 parent 349ba0b commit e906530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sr_port/gtm_env_init.c
Expand Up @@ -253,6 +253,8 @@ void gtm_env_init(void)
ret = ydb_logical_truth_value(YDBENVINDX_LCT_STDNULL, FALSE, &is_defined);
if (is_defined)
TREF(local_collseq_stdnull) = ret;
else
TREF(local_collseq_stdnull) = TRUE;
/* Initialize eXclusive Kill variety (GTM vs M Standard) */
ret = ydb_logical_truth_value(YDBENVINDX_STDXKILL, FALSE, &is_defined);
if (is_defined)
Expand Down

0 comments on commit e906530

Please sign in to comment.