Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/crud-ebnf-other-definitions.html
Depending on the X DevAPI implementation and language any of the following data types can be used: String Native JSON JSON equivalent syntax DbDoc Generated Doc Classes All implementations of X DevAPI allow expressing a document by the special DbDoc ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/crud-ebnf-other-definitions.html
Depending on the X DevAPI implementation and language any of the following data types can be used: String Native JSON JSON equivalent syntax DbDoc Generated Doc Classes All implementations of X DevAPI allow expressing a document by the special DbDoc ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
Alternatively, you can set these parameters within the InConnectionString argument in the SQLDriverConnect() call. MULTI_HOST Whether to enable multiple host functionality 0 Enable new connections to try multiple hosts until a successful connection ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
Alternatively, you can set these parameters within the InConnectionString argument in the SQLDriverConnect() call. MULTI_HOST Whether to enable multiple host functionality 0 Enable new connections to try multiple hosts until a successful connection ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
For the auth_simple plugin, the generate_auth_string_hash() function implements the generate_authentication_string member. For the auth_simple plugin, the validate_auth_string_hash() function implements the validate_authentication_string member. The ... Declare the server-side plugin with the usual general descriptor format that is used for all server plugin types (see Section 4.4.2.1, “Server Plugin Library and Plugin ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
(Bug #36049906) The strings and strings_shared library files declared but did not supply the function mysql::collation::find_by_id(). (Bug #36118809) C API Notes Important Change: The following MySQL C API functions, removed in MySQL 8.3, have been ...(Bug #36301441) Audit log filtering by type, using error as the type, did not work ...
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
--allow-suspicious-udfs Command-Line Format --allow-suspicious-udfs[={OFF|ON}] Type Boolean Default Value OFF This option controls whether loadable functions that have only an xxx symbol for the main function can be loaded. By default, the option is ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/client-plugin-descriptors.html
desc: A string that provides a general description of the plugin. init: A once-only initialization function, or NULL if there is no such function. The client library executes this function when it loads the plugin. The init function uses its first ... Each client plugin must have a descriptor that provides information to the client plugin ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
Each of those functions, if successful, returns a binary string indicating what action occurred. The VERSION_TOKEN_ADMIN privilege (or the deprecated SUPER privilege) is required to call any of the Version Token functions, so token list modification ... Before using Version Tokens, install it according to the instructions provided at Section 7.6.6.2, “Installing or Uninstalling Version ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. To obtain information about support for a specific function in the driver, an application can call SQLGetFunctions. Note For backward compatibility, ...For the complete ODBC API reference, please refer to the ODBC Programmer's Reference at ...