Search



Search Results
Displaying 101 to 110 of 818 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-call-statements.html
The procedure takes parameters of all three types (IN, OUT, INOUT), displays their initial values, assigns new values, displays the updated values, and returns. The expected return information from the procedure therefore consists of multiple result ... This section describes prepared-statement support in the C API for stored procedures executed using CALL statements: Stored procedures executed using prepared CALL statements can be used in the following ways: A stored procedure can produce any number of result ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-semisynchronous-replication-plugins.html
The following remarks discuss the type-specific descriptor and the initialization and deinitialization functions for the source plugin but apply similarly to the replica plugin. After successful initialization, the server takes care of invoking the ... This section describes how to write server-side semisynchronous replication plugins, using the example plugins found in the plugin/semisync directory of MySQL source ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-an-anomaly-detection-model.html
row *************************** id: 4 parsed_log_segment: System shutdown initiated ml_results: {"summary": "\nThe system is shutting down.", "index_map": [10], "predictions": {"is_anomaly": 1}, "probabilities": {"normal": 0.0, "anomaly": 1.0}} The ...To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
The driver supports the initial statement being executed only at the time of the initial connection. On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. Alternatively, you can set these parameters ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
The driver supports the initial statement being executed only at the time of the initial connection. On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN configuration. Alternatively, you can set these parameters ...
https://dev.mysql.com/doc/internals/en/creating-handlerton.html
Here's an example from the EXAMPLE storage engine: handlerton example_hton= { "EXAMPLE", SHOW_OPTION_YES, "Example storage engine", DB_TYPE_EXAMPLE_DB, NULL, /* Initialize */ 0, /* slot */ 0, /* savepoint size. The slot number is initialized by ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
However, to save some round-trips, server and client start authentication exchange already in the initial handshake using an optimistic guess of the authentication method to be used. Server uses its default authentication method to produce intial ...
https://dev.mysql.com/doc/internals/en/limitations.html
While the overall exchange of data is free-form there are limitations in the initial handshake of the amount of data that can be exchanged: the auth_plugin_data field in Initial Handshake Packet can only carry 255 bytes max (see ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Each initial message (one referenced by ClientMessages) is associated with a set of possible following messages. Common Messages Error Message After the client sent the initial message, the server may send a Error message at any time to terminate ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow.html
Unlike the initial setup, which runs only once, MySQL Installer invokes the wizard each time you download or install a new product. For first-time installations, the steps of the initial setup proceed directly into the steps of the installation. If ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
Displaying 101 to 110 of 818 total results