MySQL Forums
Forum List  »  Performance

Re: MySQL - Performance Schema
Posted by: Peter Brawley
Date: December 09, 2021 01:00PM

select name,documentation
from performance_schema.setup_instruments
where documentation is not null ;

...returns 144 rows; among them not the row you're interested in. I was able to find zero information about such rows. Looks like a documentation lapse, consider posting it to bugs.mysql.com.

Options: ReplyQuote


Subject
Views
Written By
Posted
612
December 02, 2021 12:22PM
237
December 02, 2021 02:35PM
273
December 03, 2021 04:51AM
319
December 07, 2021 04:30AM
256
December 07, 2021 12:10PM
286
December 09, 2021 09:07AM
Re: MySQL - Performance Schema
274
December 09, 2021 01:00PM
336
December 10, 2021 04:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.