-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Meta info in mysql response #1456
Comments
SendMysqlOkPacket already has a
|
An idea of what it might look like combining
|
Note from today's dev call: many tests may fail when we implement this. We'll have to update them or do smth else. |
As discuss with Alexey on the call of Oct 2 2023, there's a function which can display time in human-readable format. We can use it. |
Emit lines like --- 2 out of 2 results in 0ms --- into OK packet at the end of resultset (that implies, client supports emitting OK instead of EOF; old clients work old way, i.e. without such lines. That closes #1456 (github)
It would be nice if we could show the most important query meta info right in the mysql response without the need to do
SHOW META
, e.g.:The task is to research how feasible it is and implement. Things to check:
The text was updated successfully, but these errors were encountered: