Search



Search Results
Displaying 1541 to 1550 of 4187 total results
https://dev.mysql.com/doc/c-api/9.7/en/c-api-optional-metadata.html
For metadata-optional connections, the client sets the resultset_metadata system variable to control whether the server returns result set metadata. For example, if a client executes a stored procedure that returns multiple result sets and might ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-replication-group-members-table.html
RECOVERING: The server has joined a group from which it is retrieving data. This table shows network and status information for replication group members. The network addresses shown are the addresses used to connect clients to the group, and ...
https://dev.mysql.com/doc/refman/9.7/en/replication-configuration.html
For a guide to setting up two or more servers for replication using GTID transactions, Section 19.1.3, “Replication with Global Transaction Identifiers”, deals with the configuration of the servers. Detailed information on the different ... This ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-overview.html
AdminAPI is accessed through the dba global variable and its associated methods. The dba variable's methods provide the operations which enable you to deploy, configure, and administer InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet. For ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions-after.html
If you started MySQL Shell without connecting to a MySQL Server instance, you can use MySQL Shell's \connect command or the shell.connect() method to initiate a connection and create the session global object. MySQL Shell's \connect command is used ...For example: mysql-js> \connect --mysqlx user@localhost:33060 The shell.connect() method can be used in MySQL Shell as an alternative to the \connect command to create the session global ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/retrieving-a-handler.html
You assign this object to a variable, and then use the operations available to monitor and administer the InnoDB Cluster, InnoDB ClusterSet, or InnoDB ReplicaSet. For example, when you create a cluster using dba.createCluster(), the operation ...
https://dev.mysql.com/doc/refman/9.7/en/range-optimization.html
The eq_range_index_dive_limit system variable enables you to configure the number of values at which the optimizer switches from one row estimation strategy to the other. Prior to MySQL 9.7, there is no way of skipping the use of index dives to ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-start-phases.html
The cluster starts with a clean file system on all data nodes. This is the same as a node restart, except that the node is reinitialized and started with a clean file system. Data node file systems are cleared on those data nodes that were started ... This section provides a simplified outline of the steps involved when NDB Cluster data nodes are ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-operator-functions.html
The maximum points_per_circle value is the value of the max_points_in_geometry system variable. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error occurs. The ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/mysql-test-suite.html
For information, including system requirements, see The MySQL Test Framework in the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html. The test system that is included in Unix source and binary ...Our goal ...
Displaying 1541 to 1550 of 4187 total results