Search



Search Results
Displaying 231 to 240 of 240 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-eof.html
(In fact, they provide more information, because mysql_eof() returns only a boolean value whereas the error functions indicate a reason for the error when one occurs.) Return Values Zero for success. mysql_eof() determines whether the last row of a ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
data is a byte containing a boolean flag that indicates whether session state changes occurred. int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-14.html
(Bug #28970166) The method ResultSet.getBoolean() now returns FALSE when the designated column is of data type CHAR or VARCHAR and contains an “N” or “n”. This makes Connector/J 8.0 behaves like Connector/J 5.1 when it comes to converting ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-21.html
(WL #14042, WL #14051) Bugs Fixed When trying to set a parameter for a PreparedStatement using the method PreparedStatement.setObject(parameterIndex, "false", Types.BOOLEAN), the value was set to true instead of false. Version 8.0.21 is the latest ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
(Bug #26748909) When working with MySQL Server 8.0, an update or delete statement for a CONCUR_UPDATABLE ResultSet failed when the ResultSet's primary keys included a boolean column and the character set used was not latin1. Version 8.0.9 Release ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
The Docker deployment framework supports easy installation and configuration of MySQL Router. This section explains how to use a MySQL Router Docker image. You need to have Docker installed on your system before you can use a MySQL Router Docker ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--core-file Command-Line Format --core-file[={0|1}] Type Boolean Default Value 0 Write a core file if mysqlrouter dies. mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-data-drift-detection.html
For the ML_PREDICT_ROW and ML_PREDICT_TABLE routines, the options parameter includes the additional_details boolean value. MySQL AI includes data drift detection for classification and regression models. Before You Begin Review how to Create a ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-table.html
ML_PREDICT_TABLE supports data drift detection for classification and regression models with the following: The options parameter includes the additional_details boolean value. ML_PREDICT_TABLE generates predictions for an entire table of unlabeled ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.5/en/news-9-5-0.html
Errors were returned similar to the following: Session tracker not supported by server (Bug #38144635) Boolean command line options were not handled consistently. Note These release notes were created with the assistance of MySQL HeatWave GenAI.
Displaying 231 to 240 of 240 total results