Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(Bug #25207784) X DevAPI: It is no longer permitted to pass an empty search condition, such as the NULL value or an empty string, to the Collection.Modify() and Collection.Remove() methods. (WL #10553) Bugs Fixed X DevAPI: createView() failed with a ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/setting-up-innodb-cluster-and-mysql-router.html
In the following example, we complete the following tasks using a sandbox deployment with AdminAPI to deploy an InnoDB Cluster with MySQL Router. Deploying and using local sandbox instances of MySQL allows you to test out the functionality locally, ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-generate-embeddings.html
This section describes how to generate vector embeddings using the ML_EMBED_ROW routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You can pass the text ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
This program demonstrates handling errors and retrying failed transactions using the NDB API. The source code for this example can be found in storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries.cpp in the NDB Cluster source tree. In this ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
The result_row can be NULL if no attributes are to be returned. The result_mask, if not NULL, defines a subset of attributes to be read and returned to the client. NdbTransaction::getNextCompletedOperation(NULL) returns the transaction's first ...A ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
If the schema is already set for the current session, you can set this parameter to NULL to use the current session schema. If the value is NULL, tasks of all types are included. If set to NULL, execute_prepared_stmt_from_app_async is used as the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html
If user is set to current or NULL, the following information displays. Use this routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-progress-tracking.html
mysql> CALL sys.ML_MODEL_LOAD(@census_model, NULL); Use ML_PREDICT_TABLE to generate a table of predictions. For example: mysql> CALL sys.ML_PREDICT_TABLE('census_data.census_train', @census_model, 'census_data.census_train_predictions', NULL); ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...