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 |
+-------------------------------+