Parameters
| Name | Type | Mode |
|---|---|---|
| in_verbose | tinyint(1) | IN |
Truncates all summary tables within Performance Schema, resetting all aggregated instrumentation as a snapshot.
in_verbose (BOOLEAN): Whether to print each TRUNCATE statement before running
mysql> CALL sys.ps_truncate_all_tables(false); +———————+ | summary | +———————+ | Truncated 44 tables | +———————+ 1 row in set (0.10 sec)
Query OK, 0 rows affected (0.10 sec)
| Name | Type | Mode |
|---|---|---|
| in_verbose | tinyint(1) | IN |