Search Results
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, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
(Bug #29807572) When ResultSet.getObject(columnIndex, java.util.Date.class) was expected to return null, it caused Connector/J to throw a NullPointerException instead. Version 8.0.27 is the latest General Availability release of the 8.0 series of ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed When connecting to a server using SSL, the truststore password is now made optional, with a null truststore password taken to mean that there is no need to check the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-ml-stats-table.html
The rpd_ml_stats table tracks the usage of successful MySQL AI routines. The following AutoML routines are tracked: ML_TRAIN ML_EXPLAIN ML_PREDICT_ROW ML_PREDICT_TABLE ML_EXPLAIN_ROW ML_EXPLAIN_TABLE The following GenAI routines are tracked: ...