mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Added setters to scheduler interface
This commit is contained in:
parent
1d6945a017
commit
503294a268
2 changed files with 15 additions and 3 deletions
|
|
@ -96,8 +96,10 @@ public:
|
|||
~thd_scheduler();
|
||||
};
|
||||
|
||||
void *thd_get_scheduler(THD *thd);
|
||||
void *thd_get_scheduler_data(THD *thd);
|
||||
void thd_set_scheduler_data(THD *thd, void *data);
|
||||
PSI_thread* thd_get_psi(THD *thd);
|
||||
void thd_set_psi(THD *thd, PSI_thread *psi);
|
||||
|
||||
extern scheduler_functions *thread_scheduler;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue