From e7e5ed89bdc3b6ca0373d3e2f077a206c707863c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 16 Jan 2025 12:27:21 +0100 Subject: [PATCH] Update changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Indermühle --- changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml b/changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml index 10c6984..d17628c 100644 --- a/changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml +++ b/changelogs/fragments/0-mysql_query-returns-exec-time-ms.yml @@ -1,2 +1,2 @@ minor_changes: -- mysql_query - returns the `execution_time_ms` list containing execution time per query in milliseconds. +- mysql_query - returns the ``execution_time_ms`` list containing execution time per query in milliseconds.