mariadb/plugin/query_response_time
Sergei Golubchik cb31d7536b MDEV-38604 Assertion `thd->utime_after_query >= thd->utime_after_lock' failed in query_response_time_audit_notify on 2nd execution of SP with query cache
even when PS is served from a query cache, thd->utime_after_query
must be updated.

also, backport the assert from 11.8
2026-01-23 12:15:34 +01:00
..
mysql-test/query_response_time MDEV-38604 Assertion `thd->utime_after_query >= thd->utime_after_lock' failed in query_response_time_audit_notify on 2nd execution of SP with query cache 2026-01-23 12:15:34 +01:00
CMakeLists.txt MDEV-11660 Make encryption plugins "pure" 2017-04-27 19:12:38 +02:00
plugin.cc MDEV-38604 Assertion `thd->utime_after_query >= thd->utime_after_lock' failed in query_response_time_audit_notify on 2nd execution of SP with query cache 2026-01-23 12:15:34 +01:00
query_response_time.cc Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
query_response_time.h SHOW and FLUSH for I_S tables. 2014-10-11 18:53:04 +02:00