-
Notifications
You must be signed in to change notification settings - Fork 328
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
error log: Failed to execute query: select $$ #2514
Comments
Can't reproduce it with the latest commit
What's your |
Reproduce with commit
mysql client version
|
We could simply add a regex rule in |
I met this issue also and here is a patch #2896. However, I notice that our regex group solution is a bit brittle since it match exactly specially with spaces. But since it's mainly to workaround MySQL tools, this may be OK. |
What type of bug is this?
Other
What subsystems are affected?
Standalone mode, Frontend
What happened?
The server will print an error log while using MySQL client to connect to it.
What operating system did you use?
macOS
Relevant log output and stack trace
How can we reproduce the bug?
mysql -h 127.0.0.1 -P 4002
The text was updated successfully, but these errors were encountered: