Skip to content

Commit

Permalink
Merge pull request #24 from lvan100/master
Browse files Browse the repository at this point in the history
修复 mysql 连接失败
  • Loading branch information
lvan100 authored Aug 31, 2021
2 parents cd7b9ca + c8fba42 commit c3810b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replayer-agent/logic/outbound/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (cs *ConnState) match(ctx context.Context, request []byte) error {
}

// some mysql connection setup interaction might not recorded
if err := applySimulation(ctx, simulateMysql, request, cs.conn, nil); err != nil {
if err := applySimulation(ctx, simulateMysql, request, cs.conn, callOutbound); err != nil {
return err
}

Expand Down

0 comments on commit c3810b8

Please sign in to comment.