PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/general-tablespaces.html
If the tablespace is not empty, DROP TABLESPACE returns an error. A general tablespace is a shared InnoDB tablespace that is created using CREATE TABLESPACE syntax. The server keeps tablespace metadata in memory for the lifetime of a tablespace.
https://dev.mysql.com/doc/refman/8.0/en/gis-class-geometry.html
For computations on multiple geometry values, all values must have the same SRID or an error occurs. It is a noninstantiable class but has a number of properties, described in the following list, that are common to all geometry values created from ...
https://dev.mysql.com/doc/refman/8.0/en/group-by-modifiers.html
The GROUP BY clause permits a WITH ROLLUP modifier that causes summary output to include extra rows that represent higher-level (that is, super-aggregate) summary operations. ROLLUP thus enables you to answer questions at multiple levels of ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-connection-security.html
It is important to note that because Group Replication cannot even see the joining attempt, it does not check and reject the joining member with an error message. From MySQL 8.0.27, Group Replication can secure group communication connections ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-distributed-recovery-connections.html
If the list cannot be parsed correctly, or if any of the endpoints cannot be accessed on the host because the server is not listening on them, Group Replication logs an error and does not start. When a joining member connects to an online existing ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-enterprise-backup.html
Adequate error handling must also be provided for on the clients, since they are unable to perform DML operations during this period on the member being restored. MySQL Enterprise Backup is a commercially-licensed backup utility for MySQL Server, ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-frequently-asked-questions.html
In the event of a change of the relay_log variable, or when the option is not set and the host name changes, there is a chance of errors. What is the maximum number of MySQL servers in a group? A group can consist of maximum 9 servers. Attempting to ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-communication-protocol.html
If the protocol cannot be inspected because this server instance does not belong to a replication group, an error is returned as a string. The following functions enable you to inspect and configure the Group Replication communication protocol ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-maximum-consensus.html
The following functions enable you to inspect and configure the maximum number of consensus instances that a group can execute in parallel. group_replication_get_write_concurrency() Check the maximum number of consensus instances that a group can ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-member-actions.html
If an error occurs when the member action is being carried out, the failure of the member action can be logged but otherwise ignored. From MySQL 8.0.26, Group Replication has the capability to set actions for the members of a group to take in ...