Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.1Mb
PDF (A4) - 40.2Mb
Man Pages (TGZ) - 259.4Kb
Man Pages (Zip) - 366.6Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  The ps_setup_show_disabled_instruments() Procedure

30.4.4.17 The ps_setup_show_disabled_instruments() Procedure

Displays all currently disabled Performance Schema instruments. This might be a long list.

Parameters

None.

Example
Press CTRL+C to copy
mysql> CALL sys.ps_setup_show_disabled_instruments()\G *************************** 1. row *************************** disabled_instruments: wait/synch/mutex/sql/TC_LOG_MMAP::LOCK_tc timed: NO *************************** 2. row *************************** disabled_instruments: wait/synch/mutex/sql/THD::LOCK_query_plan timed: NO *************************** 3. row *************************** disabled_instruments: wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit timed: NO ...