Skip to content

Commit

Permalink
feat: ✨ fix (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao authored May 7, 2023
1 parent 4a44599 commit d62b776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasource/sql/xa/mysql_xa_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (c *MysqlXAConn) SetTransactionTimeout(duration time.Duration) bool {

func (c *MysqlXAConn) Start(ctx context.Context, xid string, flags int) error {
var sb strings.Builder
sb.WriteString("XA START")
sb.WriteString("XA START ")
sb.WriteString("'")
sb.WriteString(xid)
sb.WriteString("'")
Expand Down

0 comments on commit d62b776

Please sign in to comment.