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:
@ -1432,7 +1432,7 @@ public:
|
||||
*/
|
||||
bool init(uint n_keyparts)
|
||||
{
|
||||
if (!(rowid_buf= (uchar*)my_malloc(rowid_size, MYF(0))))
|
||||
if (!(rowid_buf= (uchar*)my_malloc(PSI_INSTRUMENT_ME, rowid_size, MYF(0))))
|
||||
return true;
|
||||
|
||||
if (open_cached_file(&io_cache, mysql_tmpdir, TEMP_PREFIX,
|
||||
|
Reference in New Issue
Block a user