Search



Search Results
Displaying 371 to 380 of 818 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/test-protocol-trace-plugin.html
MySQL includes a test protocol trace plugin that serves to illustrate the information available from such plugins, and as a guide to writing other protocol trace plugins. To see how the test plugin works, use a MySQL source distribution; binary ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
The audit_null_plugin_init initialization function performs plugin initialization when the plugin is loaded. This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
The general descriptor also refers to keyring_system_variables, a structure that exposes a system variable to the SHOW VARIABLES statement: static struct st_mysql_sys_var *keyring_system_variables[]= { MYSQL_SYSVAR(data), NULL }; The keyring_init ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
initScripts (map[string][]string): (optional) A map of configMap names from the same namespace, and, optionally, an array of keys which store the SQL scripts to be executed during MySQL server initialization. If key names are omitted, contents of ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
(Bug #36725332) Testing revealed that a fix for a previous issue which added a check of the ApiConnectRecord failure number against the system's current failure number did not initialize the ApiConnectRecord failure number in all cases. MySQL NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28706219, Bug #92574) Connector/J is now capable of reading and, if needed, ignoring any initial notice packets sent by X Plugin before an X Protocol connection is established. It was because AbandonedConnectionCleanupThread failed to ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #35110706) Pluggable custom classes provided to Connector/J were initialized even when they were not actually usable. With this fix, these classes are validated against the interface they implement before their static initialization. Version ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
For example, if the endpoint is "/metadata" then the URL is similar to "https://localhost:8443/api/20190715/metadata". See Section 6.1, “A Simple MySQL Router REST API Guide” for related information. This is the maximum number (integer) of ...
https://dev.mysql.com/doc/workbench/en/wb-create-new-table.html
Figure 9.33 Model: Creating A New Table Initially, the table name defaults to 'table1' in the table editor. Create a new table by double-clicking the Add Table icon in the Physical Schemas panel, as the next figure shows. This action opens the ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
Within the visual SQL Editor, you can select a keyword or function in your query to open a help topic describing its syntax and usage. The level of information is equivalent to typing help keyword at the mysql prompt and the content is specific to ...
Displaying 371 to 380 of 818 total results