implement match_only

This commit is contained in:
n3t1zen
2026-05-03 21:14:25 +08:00
parent 2f63914882
commit 4af8a7d7a6
6 changed files with 13 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ func NewInbound(ctx context.Context, router adapter.Router, logger log.ContextLo
// Create a go-mysql server with our TLS config
inbound.mysqlServer = server.NewServer(
"8.0.12",
"9.7.0",
gmysql.DEFAULT_COLLATION_ID,
gmysql.AUTH_NATIVE_PASSWORD,
nil,