mysql_query: returns execution_time_ms list containing execution time per query

This commit is contained in:
Andrew Klychkov 2025-01-16 10:15:07 +01:00
commit 43bdf89934
3 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_query - returns the `execution_time_ms` list containing execution time per query in milliseconds.