Skip to content

Commit 5ee5362

Browse files
committed
Try this
Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
1 parent 145b623 commit 5ee5362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cdb2sql/cdb2sql.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ static int run_statement_int(const char *sql, int ntypes, int *types,
16231623

16241624
#ifdef CDB2API_TEST
16251625
if (debug_trace) {
1626-
cdb2_set_debug_trace(cdb2h);
1626+
// cdb2_set_debug_trace(cdb2h);
16271627
}
16281628
if (show_ports) {
16291629
cdb2_dump_ports(cdb2h, stderr);

0 commit comments

Comments
 (0)