TiDB does not reject connection for mismatched user when using auth_socket plugin #54031
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
auth_socket
plugin:wangchao
)2. What did you expect to see? (Required)
The connection should be rejected because the current system user and TiDB user are not the same:
See descriptions in MySQL doc :
3. What did you see instead (Required)
However, it succeed in TiDB
4. What is your TiDB version? (Required)
This is introduced by #37052 and seems to affect 6.5 and the subsequent versions
The text was updated successfully, but these errors were encountered: