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

Handle STATUS command without backends #4427

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Handle STATUS command without backends #4427

merged 1 commit into from
Jan 19, 2024

Conversation

renecannao
Copy link
Contributor

Handles special queries executed by the STATUS command in mysql cli . Specifically:

  • "select DATABASE(), USER() limit 1"
  • "select @@character_set_client, @@character_set_connection, @@character_set_server, @@character_set_database limit 1"

Closes #4396
Closes #4426

Handles special queries executed by the STATUS command in mysql cli .
Specifically:
- "select DATABASE(), USER() limit 1"
- "select @@character_set_client, @@character_set_connection, @@character_set_server, @@character_set_database limit 1"

Closes #4396
Closes #4426
@renecannao renecannao merged commit acf2b7b into v2.x Jan 19, 2024
17 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant