We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C# driver seems to send these 2 queries that ProxySQL Admin can't handle:
SELECT @@max_allowed_packet, @@character_set_client, @@character_set_connection, @@license, @@sql_mode, @@lower_case_table_names;
SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP());
The text was updated successfully, but these errors were encountered:
Closes #2543: Added support for two new queries for Admin required fo…
99e0e23
…r C# connector Added support for queries: - "SELECT @@max_allowed_packet, @@character_set_client, @@character_set_connection, @@license, @@sql_mode, @@lower_case_table_names" - "SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP())"
Merge pull request #3368 from sysown/v2.1.1-2543
b8ab99b
Closes #2543: Admin and C# driver
Successfully merging a pull request may close this issue.
C# driver seems to send these 2 queries that ProxySQL Admin can't handle:
The text was updated successfully, but these errors were encountered: