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

Admin and C# driver #2543

Closed
renecannao opened this issue Feb 20, 2020 · 0 comments · Fixed by #3368
Closed

Admin and C# driver #2543

renecannao opened this issue Feb 20, 2020 · 0 comments · Fixed by #3368

Comments

@renecannao
Copy link
Contributor

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());
JavierJF added a commit that referenced this issue Mar 23, 2021
…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())"
renecannao added a commit that referenced this issue Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant