Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect ProxySQL in ShouldGetRealServerDetails #875

Open
bgrainger opened this issue Aug 19, 2020 · 0 comments
Open

Detect ProxySQL in ShouldGetRealServerDetails #875

bgrainger opened this issue Aug 19, 2020 · 0 comments

Comments

@bgrainger
Copy link
Member

A failure to detect ProxySQL may result in connection resets failing or being inefficient; see #874 (comment).

The default server version it uses is 5.5.30; see https://proxysql.com/documentation/global-variables/#mysql-server_version.

Determine whether it's beneficial to get the actual backend server version and thread (e.g., does this break or fix cancellation?) then update ServerSession.ShouldGetRealServerDetails to detect the default ProxySQL version (which seems unlikely to overlap with a real server version in the wild).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant