Skip to content

Commit 315d844

Browse files
Rishitha Kalichetirishitha957
authored andcommitted
add tunable to import.lrl
Signed-off-by: Rishitha Kalicheti <rkalicheti1@bloomberg.com>
1 parent 0ef16b9 commit 315d844

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schemachange/sc_import.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ static enum comdb2_import_op bulk_import_write_import_db_lrl(char *tmp_db_dir, c
289289
gbl_dtastripe,
290290
gbl_blobstripe ? "blobstripe" : "noblobstripe");
291291

292+
extern int gbl_fdb_resolve_local;
293+
294+
if (gbl_fdb_resolve_local)
295+
fprintf(fp, "\nforegin_db_resolve_local 1\n");
296+
292297
extern int gbl_uses_externalauth;
293298

294299
#ifdef COMDB2_TEST

0 commit comments

Comments
 (0)