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:
@ -506,7 +506,7 @@ void Warning_info::init()
|
||||
{
|
||||
/* Initialize sub structures */
|
||||
DBUG_ASSERT(initialized == 0);
|
||||
init_sql_alloc(&m_warn_root, "Warning_info", WARN_ALLOC_BLOCK_SIZE,
|
||||
init_sql_alloc(PSI_INSTRUMENT_ME, &m_warn_root, WARN_ALLOC_BLOCK_SIZE,
|
||||
WARN_ALLOC_PREALLOC_SIZE, MYF(MY_THREAD_SPECIFIC));
|
||||
initialized= 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user