Skip to content

Commit 899db7a

Browse files
committed
fix: modify client
1 parent d6d7db0 commit 899db7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tencentcloud/connectivity/client.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,10 @@ func (me *TencentCloudClient) UseMysqlClient(iacExtInfo ...IacExtInfo) *cdb.Clie
393393
logRoundTripper.InstanceId = iacExtInfo[0].InstanceId
394394
}
395395

396-
if me.mysqlConn != nil {
397-
me.mysqlConn.WithHttpTransport(&logRoundTripper)
398-
return me.mysqlConn
399-
}
396+
// if me.mysqlConn != nil {
397+
// me.mysqlConn.WithHttpTransport(&logRoundTripper)
398+
// return me.mysqlConn
399+
// }
400400

401401
cpf := me.NewClientProfile(300)
402402
me.mysqlConn, _ = cdb.NewClient(me.Credential, me.Region, cpf)

0 commit comments

Comments
 (0)