Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  The ps_setup_enable_consumer() Procedure

30.4.4.9 ps_setup_enable_consumer()过程

启用名称包含参数的性能模式消费者。产生一个结果集,指示启用了多少个消费者。已经启用的消费者不计入。

参数
  • consumer VARCHAR(128):用于匹配消费者名称的值,使用 %consumer% 作为 LIKE 模式匹配的操作数。

    值为 '' 将匹配所有消费者。

示例

启用所有语句消费者:

mysql> CALL sys.ps_setup_enable_consumer('statement');
+---------------------+
| summary             |
+---------------------+
| Enabled 4 consumers |
+---------------------+