文件首頁
MySQL 9.0 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 40.0Mb
PDF (A4) - 40.1Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 參考手冊  /  ...  /  ps_setup_enable_background_threads() 程序

30.4.4.8 ps_setup_enable_background_threads() 程序

為所有背景執行緒啟用 Performance Schema instrumentation。產生一個結果集,指出有多少個背景執行緒被啟用。已啟用的執行緒不計入。

參數

無。

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