Search



Search Results
Displaying 4291 to 4300 of 5421 total results
https://dev.mysql.com/doc/refman/8.4/en/flow-control-statements.html
MySQL supports the IF, CASE, ITERATE, LEAVE LOOP, WHILE, and REPEAT constructs for flow control within stored programs. Many of these constructs contain other statements, as indicated by the grammar specifications in the following sections. For ...
https://dev.mysql.com/doc/refman/8.4/en/full-table.html
The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits. If a table-full error occurs, it may be that the disk is full or that the table has reached its ...
https://dev.mysql.com/doc/refman/8.4/en/geometry-well-formedness-validity.html
For geometry values, MySQL distinguishes between the concepts of syntactically well-formed and geometrically valid. Due to the computational expense, MySQL does not check explicitly for geometric validity. Spatial import functions that parse WKT or ...
https://dev.mysql.com/doc/refman/8.4/en/gis-wkb-functions.html
Prior to MySQL 8.4, these functions also accepted geometry objects as returned by the functions in Section 14.16.5, “MySQL-Specific Functions That Create Geometry Values”. These functions take as arguments a BLOB containing a Well-Known Binary ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-compatibility-communication.html
A replication group uses a Group Replication communication protocol version that differs from the MySQL Server version of the members. To check the group's communication protocol version, issue the following statement on any member: SELECT ...For ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-compatibility-upgrade.html
The primary cannot remain as the primary unless it is running the lowest MySQL Server version in the group. Note group_replication_allow_local_lower_version_join is deprecated and subject to removal in a future version of MySQL. During an online ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-fault.html
For state transfer from the binary log, the joiner selects a donor that is running a lower or equal patch version of MySQL Server compared to itself. Because this method of state transfer uses the existing MySQL replication framework, it is possible ... Group Replication's distributed recovery process has a number of built-in measures to ensure fault tolerance in the event of any problems during the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-replication-group-member-stats.html
To use this table to monitor a Group Replication member, issue the following statement: mysql> SELECT * FROM performance_schema.replication_group_member_stats\G You can also use the following statement: mysql> TABLE ... Each member in a replication ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-replication-technologies.html
Before getting into the details of MySQL Group Replication, this section introduces some background concepts and an overview of how things work. This provides some context to help understand what is required for Group Replication and what the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-single-consensus-leader.html
The column value is 1 if the group was started with group_replication_paxos_single_leader set to ON, and its communication protocol version is MySQL 8.0.27 or above. By default, the group communication engine for Group Replication (XCom, a Paxos ...
Displaying 4291 to 4300 of 5421 total results