文件首頁
MySQL 8.4 參考手冊
相關文件 下載本手冊
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.5Kb
Man Pages (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 參考手冊  /  ...  /  ps_setup_disable_background_threads() 程序

30.4.4.4 ps_setup_disable_background_threads() 程序

停用所有背景執行緒的 Performance Schema 工具。產生一個結果集,顯示停用了多少個背景執行緒。已經停用的執行緒不計算在內。

參數

無。

範例
mysql> CALL sys.ps_setup_disable_background_threads();
+--------------------------------+
| summary                        |
+--------------------------------+
| Disabled 24 background threads |
+--------------------------------+