mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
perfschema memory related instrumentation changes
This commit is contained in:
parent
2ac3121af2
commit
7c58e97bf6
307 changed files with 2620 additions and 1741 deletions
|
|
@ -411,7 +411,8 @@ Event_scheduler::start(int *err_no)
|
|||
|
||||
/* This should not be marked with MY_THREAD_SPECIFIC */
|
||||
scheduler_param_value=
|
||||
(struct scheduler_param *)my_malloc(sizeof(struct scheduler_param), MYF(0));
|
||||
(struct scheduler_param *)my_malloc(key_memory_Event_scheduler_scheduler_param,
|
||||
sizeof(struct scheduler_param), MYF(0));
|
||||
scheduler_param_value->thd= new_thd;
|
||||
scheduler_param_value->scheduler= this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue