luky116 commented on code in PR #686:
URL: 
https://github.com/apache/incubator-seata-go/pull/686#discussion_r1840286920


##########
pkg/datasource/sql/datasource/mysql/trigger.go:
##########
@@ -204,6 +206,8 @@ func (m *mysqlTrigger) getIndexes(ctx context.Context, 
dbName string, tableName
                result = append(result, index)
 
        }
-
+       if err := rows.Err(); err != nil {

Review Comment:
   这里,是不是和上面重复了



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to