Search



Search Results
Displaying 1811 to 1820 of 5227 total results
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. The information is parsed and passed to the Error exception as shown. This exception is the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-error.html
errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions. The information is parsed and passed to the Error exception as shown. This exception is the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new WEBAUTHN_DEVICE_NUMBER connection option that is passed to and interpreted by the WebAuthN authentication plugin. It accepts a numeric value that selects the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-2-0.html
(Bug #37145655) When passing in multiple statements, the connector did not properly traverse (and execute) each query when the last query was preceded by a comment. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added two ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-0-1-2.2.1.html
Bugs Fixed Information from Kubernetes Secrets are no longer passed as environment variables to containers.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-ndbd.html
TwoPassInitialNodeRestartCopy: Copy data in 2 passes during initial node restart, which enables multithreaded building of ordered indexes for such restarts. The listings in this section provide information about parameters used in the [ndbd] or ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-field-seek.html
MYSQL_FIELD_OFFSET mysql_field_seek(MYSQL_RES *result, MYSQL_FIELD_OFFSET offset) Description Sets the field cursor to the given offset. The next call to mysql_fetch_field() retrieves the field definition of the column associated with that offset.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-plugin-options.html
int mysql_plugin_options(struct st_mysql_client_plugin *plugin, const char *option, const void *value) Description Passes an option type and value to a plugin. This function can be called multiple times to set several options. If the plugin does ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-row-seek.html
This value may be passed to a subsequent call to mysql_row_seek(). MYSQL_ROW_OFFSET mysql_row_seek(MYSQL_RES *result, MYSQL_ROW_OFFSET offset) Description Sets the row cursor to an arbitrary row in a query result set. The offset value is a row ...
Displaying 1811 to 1820 of 5227 total results