-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improvement](mysql)Support mysql COM_RESET_CONNECTION command. (#44747)
### What problem does this PR solve? Support mysql COM_RESET_CONNECTION command. Doris server side reset default catalog and return ctx.getState().setOk() Python test code: ``` import mysql.connector connection = mysql.connector.connect( host="172.20.32.136", port=29030, user="root", password="", database="" ) print(connection.cmd_reset_connection()) ``` Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters