Search



Search Results
Displaying 841 to 850 of 1965 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-replicaset-setting-options-channels.html
The following options can be set with replicaSet.addInstance() and replicaSet.setInstanceOption(): replicationConnectRetry: corresponds to the replication option SOURCE_CONNECT_RETRY. Specifies the interval in seconds between the reconnection ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-cloud-service-configuration-s3api.html
AWS_CONTAINER_CREDENTIALS_FULL_URI: (Amazon ECS) the defined host must contain one of the following: 169.254.170.2 169.254.170.23 localhost fd00:ec2::23 A loopback address If this variable is set to a value other than those listed, an error is ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-log-sql.html
error (Default) only MySQL Shell failed SQL statements with are logged. All successful SQL statements and error messages for unsuccessful statements are logged with INFO log level. You can log all SQL statements executed by MySQL Shell commands or ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-working-with-credentials.html
Throws an error if the store operation fails, for example if the current helper is invalid. Throws an error if the delete operation fails, for example the current helper is invalid or there is no credential for the given URL. Throws an error if the ... The following functions enable you to work with the Pluggable Password ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/upgrade-innodb-replicaset.html
In the following example, <ReplicaSet>.status() returns an instanceErrors: mysqlsh> <ReplicaSet>.status(); { "replicaSet": { "name": "myReplicaSet", "primary": "example-el7-1644251369:30014", "status": "AVAILABLE", "statusText": "All instances ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/9.7/en/mysql-bind-param.html
If an unsupported type is specified for an attribute, a CR_UNSUPPORTED_PARAM_TYPE error occurs. bool mysql_bind_param(MYSQL *mysql, unsigned n_params, MYSQL_BIND *bind, const char **name) Description mysql_bind_param(), available as of MySQL ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-fetch-row-nonblocking.html
When used after mysql_use_result(), mysql_fetch_row() returns NULL if there are no more rows to retrieve or an error occurred. When used after mysql_use_result(), the row argument is NULL if there are no more rows to retrieve or an error occurred.
https://dev.mysql.com/doc/c-api/9.7/en/mysql-kill.html
int mysql_kill(MYSQL *mysql, unsigned long pid) Description Note mysql_kill() is deprecated and is subject to removal in a future version of MySQL. mysql_kill() cannot handle values larger than 32 bits; to guard against killing the wrong thread, ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-list-dbs.html
MYSQL_RES * mysql_list_dbs(MYSQL *mysql, const char *wild) Description Returns a result set consisting of database names on the server that match the simple regular expression specified by the wild parameter. wild may contain the wildcard ...
Displaying 841 to 850 of 1965 total results