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:
@ -7500,7 +7500,7 @@ void append_row_to_str(String &str, const uchar *row, TABLE *table)
|
||||
rec= row;
|
||||
|
||||
/* Create a new array of all read fields. */
|
||||
fields= (Field**) my_malloc(sizeof(void*) * (num_fields + 1),
|
||||
fields= (Field**) my_malloc(PSI_INSTRUMENT_ME, sizeof(void*) * (num_fields + 1),
|
||||
MYF(0));
|
||||
if (!fields)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user