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/federated-usagenotes.html
ON DUPLICATE KEY UPDATE statements, but if a duplicate-key violation occurs, the statement fails with an error. Also, if the remote table is transactional, it enables the remote storage engine to perform statement rollback properly should an error ...The following items indicate features that the FEDERATED storage engine does and does not support: The remote server must be a MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/full-disk.html
This section describes how MySQL responds to disk-full errors (such as “no space left on device”), and to quota-exceeded errors (such as “write failed” or “user block limit reached”). If there is enough space, it continues as if nothing ...
https://dev.mysql.com/doc/refman/8.0/en/geometry-well-formedness-validity.html
Spatial import functions that parse WKT or WKB values raise an error for attempts to create a geometry that is not syntactically well-formed. Spatial computations may detect some cases of invalid geometries and raise an error, but they may also ...
https://dev.mysql.com/doc/refman/8.0/en/gis-format-conversion-functions.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If the options argument is invalid, an error occurs to indicate why. MySQL supports the functions listed in this section for converting ...
https://dev.mysql.com/doc/refman/8.0/en/gis-geometrycollection-property-functions.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-cloning.html
In that case, the joining member logs an error message and does not join the group. In earlier releases, if you do see this error, after the remote cloning operation completes, wait two minutes to allow a round of garbage collection to take place to ...If you want to use remote cloning operations for distributed recovery in a group, you must set up existing members and joining members beforehand to support this ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-member-actions.html
When the feature is active and correctly configured, if the primary that is replicating goes offline or into an error state, the new primary starts replication on the same channel when it is elected. If the primary goes offline or into an error ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-ip-address-permissions.html
A host name that cannot be resolved is not considered for allowlist validation, and a warning message is written to the error log. When and only when the XCom communication stack is used for establishing group communications ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-launching.html
If the upgrade is not run, Group Replication fails to start with the error message There was an error when trying to access the server with user: mysql.session@localhost. It is first necessary to ensure that the Group Replication plugin is ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-network-partitioning.html
A member with extra transactions cannot rejoin the group, and the attempt results in an error with the message This member has more executed transactions than those present in the group. A member with extra transactions cannot rejoin the group, and ... The group needs to achieve consensus whenever a change that needs to be replicated ...