Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
                                (WL #11857) X DevAPI: A new connection property, xdevapi.connect-timeout, now defines the timeout (in milliseconds) for establishing an X-Protocol connection to the server. (Bug #23098159, Bug #81063) Record updates failed for a scrollable and ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
                                 MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command line. You can alter the default locations at compile time by using the -DROUTER_CONFIGDIR=<path> ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
                                It is also possible to perform operations in a “no-commit” or deferred mode, to be committed at a later time. In addition, the NDB API provides object-oriented error-handling facilities in order to provide a means of recovering gracefully from ... The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and event ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-catalog-table.html
                                build_timestamp A timestamp indicating when the model was created (in UNIX epoch time). MySQL HeatWave AutoML routines update this value to the current timestamp when accessing the model. If an error occurs during training or you cancel the training ... The MODEL_CATALOG table (ML_SCHEMA_user_name.MODEL_CATALOG) has the following columns: model_id A primary key, and a unique auto-incrementing numeric identifier for the ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-recommendation-model.html
                                Values in this column must be in a STRING data type, otherwise an error is returned during training. Values in this column must be in a STRING data type, otherwise an error is returned during training. For example, if numerical data records the ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-result.html
                                A column can be bound or rebound at any time, even after a result set has been partially retrieved. The new binding takes effect the next time mysql_stmt_fetch() is called.  bool mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *bind) Description ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
                                build_timestamp A timestamp indicating when the model was created (in UNIX epoch time). AutoML routines update this value to the current timestamp when accessing the model. If an error occurs during training or you cancel the training operation, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-recommendation-model.html
                                Values in this column must be in a STRING data type, otherwise an error is returned during training. Values in this column must be in a STRING data type, otherwise an error is returned during training. For example, if numerical data records the ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables.html
                                values('Laurie', mysqlx.dateValue(2000, 5, 27), 19).execute(); // Find a row in the SQL Table var myResult = myTable.select(['_id', 'name', 'birthday']).  The X DevAPI SQL CRUD functions allow you to work with relational tables in manners similar to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/known-issues.html
                                With statement-based binary logging, the source server writes the executed queries to the binary log. The default value of max_sort_length is 1024 and can be changed at server startup time or at runtime. For example, the following does not work: ...