Skip to content

Commit

Permalink
[#272] ydb_poollimit env var needs to be honored by MUMPS, DSE etc. n…
Browse files Browse the repository at this point in the history
…ot just MUPIP REORG
  • Loading branch information
nars1 committed Oct 30, 2018
1 parent f686c5a commit bfea7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr_port/gvcst_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ void gvcst_init(gd_region *reg)
(TREF(gbuff_limit)).str.addr = malloc(SIZEOF(REORG_GBUFF_LIMIT));
memcpy((TREF(gbuff_limit)).str.addr, REORG_GBUFF_LIMIT, SIZEOF(REORG_GBUFF_LIMIT));
}
if ((mu_reorg_process DEBUG_ONLY(|| IS_GTM_IMAGE)) && (0 != (TREF(gbuff_limit)).str.len))
if (0 != (TREF(gbuff_limit)).str.len)
{ /* if reorg or dbg apply env var */
set_gbuff_limit(&csa, &csd, &(TREF(gbuff_limit)));
# ifdef DEBUG
Expand Down

0 comments on commit bfea7b8

Please sign in to comment.