Search



Search Results
Displaying 1381 to 1390 of 2220 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
(Bug #28834253, Bug #92912) Validation was added to ensure that when a column is of type TIME and the value is 00:00:00, it takes the value instead of setting NULL. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask.html
The app_task routine returns information about a single application task. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task( IN 'app_user_id' VARCHAR(255), IN 'task_id' ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-ml-stats-table.html
Note The Performance Schema table described here is available as of MySQL 9.0.0. Support for MySQL HeatWave GenAI routines is available as of MySQL 9.0.1-u1. The rpd_ml_stats table tracks the usage of successful MySQL HeatWave routines. The ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-catalog-table.html
As of MySQL 9.0.0, models are stored in the model_object_catalog table, and the model_object is set to NULL. The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique ...
https://dev.mysql.com/doc/refman/8.4/en/charset-errors.html
If character_set_results has a value of NULL or binary, no conversion occurs. This section describes how the MySQL server uses character sets for constructing error messages. For information about the language of error messages (rather than the ...
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
For example: mysql> ssl_session_data_print ~/private-dir/session.txt Session data are obtained in the form of a null-terminated, PEM encoded ANSI string. MySQL client programs may elect to resume a prior SSL session, provided that the server has ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
Using prepared statements with placeholders for parameter values has the following benefits: Less overhead for parsing the statement each time it is executed. Typically, database applications process large volumes of almost-identical statements, ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
This function returns a session data string and provides the length of the string in out_len (if non-NULL). Otherwise, it returns nullptr to indicate the expected session data is not possible or the connection is not in the right state. void * ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stat.html
const char * mysql_stat(MYSQL *mysql) Description Returns a character string containing information similar to that provided by the mysqladmin status command. This includes uptime in seconds and the number of running threads, questions, reloads, ...
Displaying 1381 to 1390 of 2220 total results