Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tencentcloud/service_tencentcloud_mariadb.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ func (me *MariadbService) DescribeMariadbSlowLogsByFilter(ctx context.Context, p

slowLogs.Data = append(slowLogs.Data, response.Response.Data...)
if len(response.Response.Data) < int(limit) {
slowLogs.LockTimeSum = response.Response.LockTimeSum
slowLogs.QueryCount = response.Response.QueryCount
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

什么要加上这段代码?

slowLogs.QueryTimeSum = response.Response.QueryTimeSum
break
}

Expand Down