Parameters
| Name | Type | Mode |
|---|---|---|
| in_instrument | varchar(128) | IN |
Returns whether an instrument is enabled by default in this version of MySQL.
in_instrument VARCHAR(128): The instrument to check.
ENUM(‘YES’, ‘NO’)
mysql> SELECT sys.ps_is_instrument_default_enabled(‘statement/sql/select’); +————————————————————–+ | sys.ps_is_instrument_default_enabled(‘statement/sql/select’) | +————————————————————–+ | YES | +————————————————————–+ 1 row in set (0.00 sec)
| Name | Type | Mode |
|---|---|---|
| in_instrument | varchar(128) | IN |