Skip to content

Commit

Permalink
修复 mysql 连接失败
Browse files Browse the repository at this point in the history
  • Loading branch information
lvan100 committed Aug 31, 2021
1 parent cd7b9ca commit c8fba42
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 c8fba42

Please sign in to comment.