summaryrefslogtreecommitdiff
path: root/sql/thread_pool_info.cc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2021-10-191-1/+1
| | | | | | SQL service added. It provides the limited set of client library functions to be used by plugin.
* MDEV-26440 Missing connection id value in I_S.thread_pool_queuesVladislav Vaintroub2021-08-191-0/+3
| | | | | It turns out, Field::set_notnull is required for a nullable I_S field. Rework thread_pool_info.test to test request queueing in threadpool.
* MDEV-24757 : fix potential null pointer dereference in I_S.thread_pool_queuesVladislav Vaintroub2021-02-021-2/+3
| | | | | With the fix, new connection without THDs will now show NULL in thread_pool_queues.CONNECTION_ID.
* MDEV-20372 thread_pool_info fails randomly in 10.5Vladislav Vaintroub2020-03-281-4/+7
| | | | | | Rework stats a bit, so we're not missing any queue_get() now. Don't do stats_reset_table(), if generic threadpool is off.
* MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-35/+52
|
* MDEV-19313 Threadpool : provide information schema tables for internals of ↵Vladislav Vaintroub2019-05-261-0/+340
generic threadpool Added thread_pool_groups, thread_pool_queues, thread_pool_waits and thread_pool_stats tables to information_schema.