Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit c3810b8

Browse files
authored
Merge pull request #24 from lvan100/master
修复 mysql 连接失败
2 parents cd7b9ca + c8fba42 commit c3810b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replayer-agent/logic/outbound/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (cs *ConnState) match(ctx context.Context, request []byte) error {
217217
}
218218

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

0 commit comments

Comments
 (0)