!5917 修复mysql jdbc连接openGauss失败的问题
Merge pull request !5917 from 蒋宏博/master
This commit is contained in:
@ -6689,7 +6689,10 @@ void BeginReportingGUCOptions(void)
|
||||
if (conf->flags & GUC_REPORT)
|
||||
ReportGUCOption(conf);
|
||||
}
|
||||
ReportTraceOption();
|
||||
if (u_sess->attr.attr_common.enable_record_nettime) {
|
||||
ReportTraceOption();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user