Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-date-handling.html
                                 The binary (prepared statement) protocol enables you to send and receive date and time values (DATE, TIME, DATETIME, and TIMESTAMP), using the MYSQL_TIME structure. The members of this structure are described in Section 6.2, “C API Prepared ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
                                 int mysql_stmt_fetch(MYSQL_STMT *stmt) Description mysql_stmt_fetch() returns the next row in the result set. It can be called only while the result set exists; that is, after a call to mysql_stmt_execute() for a statement such as SELECT that ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
                                 Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora 39. (Bug #35997178) Functionality Added or Changed ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
                                It was removed due to a critical issue that could stop the server from restarting following the creation of a very large number of tables (8001 or more). Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: Now, ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
                                 MySQL NDB Cluster 8.4.0 is a new development release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-1.html
                                 MySQL NDB Cluster 8.4.1 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-forecasts.html
                                Some examples of forecasting include predicting the closing price of a stock, predicting the number of units sold in a day, and predicting the average price of gasoline. The following tasks use a dataset generated by OCI GenAI using Meta Llama ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
                                 This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Importing Shared Model Run AutoML Routines on Imported Model What's ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-prediction-intervals.html
                                 Prediction intervals for forecasting models specify upper and lower bounds on predictions for forecasting based on level of confidence. For example, for a prediction interval of 0.95 with a lower bound of 25 units and an upper bound of 65 units, ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
                                 The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...