Search



Search Results
Displaying 341 to 350 of 1523 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE TestTable (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(100)); The main method of the MySqlScript class is the Execute method.
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE TestTable (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(100)); The main method of the MySqlScript class is the Execute method.
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
clone_valid_donor_list Command-Line Format --clone-valid-donor-list=value System Variable clone_valid_donor_list Scope Global Dynamic Yes SET_VAR Hint Applies No Type String Default Value NULL Defines valid donor host addresses for remote cloning ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-upgrade-troubleshoot.html
However, the actual host used for the connection parameters might not match the hostname that is used or reported by Group Replication, which uses the value of the report_host system variable when it is defined (in other words it is not NULL), ...
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); ...
Displaying 341 to 350 of 1523 total results