mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
perfschema memory related instrumentation changes
This commit is contained in:
@ -7287,7 +7287,7 @@ private:
|
||||
const Type_handler *handler2) const;
|
||||
public:
|
||||
Type_aggregator(bool is_commutative= false)
|
||||
:m_is_commutative(is_commutative)
|
||||
:m_is_commutative(is_commutative), m_array(PSI_INSTRUMENT_MEM)
|
||||
{ }
|
||||
bool add(const Type_handler *handler1,
|
||||
const Type_handler *handler2,
|
||||
|
Reference in New Issue
Block a user