Documentation Home
MySQL 9.2 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.7Mb
PDF (A4) - 40.8Mb
Man Pages (TGZ) - 259.6Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.2 Reference Manual  /  ...  /  Option Tracker Supported Components

7.5.8.2 Option Tracker Supported Components

To be shown in the mysql_option.option_usage and mysql_option tables, a component or plugin must be written and compiled with support for the Option Tracker. Components and plugins providing such support in MySQL 9.2 include those shown in the following table:

Table 7.8 Components and Plugins with Option Tracker Support

NameContainerEnabledIncremented
AWS keyring pluginkeyring_aws pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Binary Logmysql_serverWhen binary logging is enabled (that is, when --log-bin is set)Every 10 minutes when enabled
Connection DoS controlconnection_control pluginWhen connection_control_failed_connections_threshold != 0When a failed connection attempt is delayed
Encrypted File keyringcomponent_keyring_encrypted_filealwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Enterprise AUDITaudit_log pluginaudit_log_disable = OFFWhen any of this plugin's functions are called, or a new audit output file is opened for writing
Enterprise Data Maskingcomponent_maskingalwaysWhen any of this component's functions are called
Enterprise Encryptioncomponent_enterprise_encryptionalwaysWhen any of this component's functions are called
Enterprise Firewallfirewall pluginWhen mysql_firewall_mode = ONWhen any of this plugin's administrative functions (see MySQL Enterprise Firewall Administrative Functions) are called, or a statement is added, flagged, or rejected
Enterprise Thread Poolthread_pool pluginalwaysWhen the plugin is initialized, or a new connection added
File keyringcomponent_keyring_filealwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Group Replicationgroup_replication pluginWhen Group Replication is runningEvery 10 minutes while the plugin is enabled; whenever the plugin is enabled or disabled; when the plugin sets read_only off on promotion to group primary
Hashicorp keyringkeyring_hashicoprp pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Hypergraph Optimizermysql_serverWhen server is compiled with hypergraph optimizer support (MySQL HeatWave only)When a connection is opened with the hypergraph optimizer as the default for the connection
HyperLogLogcomponent_hllalwaysWhenever the HLL() aggregate function (MySQL HeatWave only) is called
JavaScript Librarycomponent:mlealwaysWhenever a JavaScript library is created, dropped, or used
JavaScript Stored Programcomponent:mlealwaysWhenever a JavaScript stored program is invoked
Kerberos authenticationauthentication_kerberos pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
LDAP Simple authenticationauthentication_ldap_simple pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
MySQL Servermysql_serveralwaysEvery 10 minutes
MySQL Telemetrycomponent_telemetryalwaysEvery 1000th time that traces, logs, or metrics are exported
OCI Authenticationauthentication_oci pluginalwaysWhen any of this plugin's functions are called
Oracle Key Vault keyringkeyring_okv pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
PAM authenticationauthentication_pam pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Password validationcomponent_validate_passwordalwaysWhenever passwords are evaluated for strength, validated, or changed using this component
Replication Replicamysql_serverWhen server acts as replica (at least one channel)Every 10 minutes whenever replication is enabled; each time a secondary is reset or the primary is changed
SASL LDAP Authenticationauthentication_ldap_sasl pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Schedulercomponent_scheduleralwaysWhenever a scheduled task is created, run, or deleted
Traditional MySQL Optimizermysql_serveralwaysWhenever a connection is opened with the traditional optimizer as the default for the connection
Vectorcomponent_vectoralwaysWhenever the DISTANCE() function (or its alias VECTOR_DISTANCE()) is called (MySQL HeatWave only)
WebauthN authenticationauthentication_webauth pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component
Windows authenticationauthentication_windows pluginalwaysWhen any of the general-purpose keyring functions (see Section 8.4.4.13, “General-Purpose Keyring Key-Management Functions”) are called using this component

The component name displayed in the table's Name column is the value shown by the OPTION_NAME column of the mysql_option.option_usage table (see Section 7.5.8.1, “Option Tracker Tables”) and the OPTION_NAME column of the Performance Schema mysql_option table. The name of the Option Tracker status variable (usage counter) associated with this component is formed by prefixing this value with option_tracker_usage:.

The name shown in the table' Container column is the value displayed in the performance_schema.mysql_option table's OPTION_CONTAINER column.

The Enabled column shows the conditions under which the component is enabled.

The Incremented column shows what events or actions cause this component's usage counter to be increased.

Note

Enterprise Data Masking was previously known as Enterprise Data Masking and Deidentification.