Skip to content

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Aug 16, 2022
1 parent ab2e9c4 commit 521190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/tables/state_remote.go
Expand Up @@ -219,7 +219,7 @@ func (h *stateRemoteHandle) lockForWriteOnce(ctx context.Context, tid int64, lea
if _, err = h.execSQL(ctx,
"update mysql.table_cache_meta set lock_type='INTEND', oldReadLease=%?, lease=%? where tid=%?",
lease,
ts,
newLease,
tid); err != nil {
return errors.Trace(err)
}
Expand Down

0 comments on commit 521190a

Please sign in to comment.