mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
perfschema memory related instrumentation changes
This commit is contained in:
@ -1095,7 +1095,7 @@ protected:
|
||||
keyuse.buffer= NULL;
|
||||
keyuse.malloc_flags= 0;
|
||||
best_positions= 0; /* To detect errors */
|
||||
error= my_multi_malloc(MYF(MY_WME),
|
||||
error= my_multi_malloc(PSI_INSTRUMENT_ME, MYF(MY_WME),
|
||||
&best_positions,
|
||||
sizeof(*best_positions) * (tables + 1),
|
||||
&join_tab_keyuse,
|
||||
|
Reference in New Issue
Block a user