30.4.4.4 ps_setup_disable_background_threads() 程序
停用所有背景執行緒的 Performance Schema 工具。產生一個結果集,指出停用了多少個背景執行緒。已經停用的執行緒不會計入。
mysql> CALL sys.ps_setup_disable_background_threads();
+--------------------------------+
| summary |
+--------------------------------+
| Disabled 24 background threads |
+--------------------------------+