mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
perfschema memory related instrumentation changes
This commit is contained in:
@ -51,7 +51,8 @@ bool mysql_manager_submit(void (*action)())
|
||||
cb= &(*cb)->next;
|
||||
if (!*cb)
|
||||
{
|
||||
*cb= (struct handler_cb *)my_malloc(sizeof(struct handler_cb), MYF(MY_WME));
|
||||
*cb= (struct handler_cb *)my_malloc(PSI_INSTRUMENT_ME,
|
||||
sizeof(struct handler_cb), MYF(MY_WME));
|
||||
if (!*cb)
|
||||
result= TRUE;
|
||||
else
|
||||
|
Reference in New Issue
Block a user