Search

Download this Manual
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


Displaying 371 to 380 of 547 total results
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-connection-status-table.html
GROUP_NAME If this server is a member of a group, shows the name of the group the server belongs to. This table shows the current status of the I/O thread that handles the replica's connection to the source, information on the last transaction ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-socket-summary-tables.html
Each socket summary table has one or more grouping columns to indicate how the table aggregates events. This column can be grouped on to isolate, for example, client activity from that of the server listening sockets. These socket summary tables ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-statement-digests.html
Normalization permits statements that are similar to be grouped and summarized to expose information about the types of statements the server is executing and how often they occur. If the table becomes full, the Performance Schema groups statements ... The MySQL server is capable of maintaining statement digest ...
https://dev.mysql.com/doc/refman/8.0/en/problems-with-null.html
When using DISTINCT, GROUP BY, or ORDER BY, all NULL values are regarded as equal. Aggregate (group) functions such as COUNT(), MIN(), and SUM() ignore NULL values. The concept of the NULL value is a common source of confusion for newcomers to SQL, ...
https://dev.mysql.com/doc/refman/8.0/en/replication-administration.html
Tip To deploy multiple instances of MySQL, you can use InnoDB Cluster which enables you to easily administer a group of MySQL server instances in MySQL Shell. InnoDB Cluster wraps MySQL Group Replication in a programmatic environment that enables ...
https://dev.mysql.com/doc/refman/8.0/en/replication-features-timeout.html
The process of retrying transactions can cause lag on a replica or on a Group Replication group member, which can be configured as a single-threaded or multithreaded replica. The global value of the system variable replica_transaction_retries (from ...
https://dev.mysql.com/doc/refman/8.0/en/replication-gtids-lifecycle.html
For example, you might need to do this after carrying out test queries to verify a replication setup on new GTID-enabled servers, or when you want to join a new server to a replication group but it contains some unwanted local transactions that are ... The life cycle of a GTID consists of the following steps: A transaction is executed and committed on the ...
https://dev.mysql.com/doc/refman/8.0/en/replication-howto.html
Tip To deploy multiple instances of MySQL, you can use InnoDB Cluster which enables you to easily administer a group of MySQL server instances in MySQL Shell. InnoDB Cluster wraps MySQL Group Replication in a programmatic environment that enables ...
https://dev.mysql.com/doc/refman/8.0/en/replication-privilege-checks.html
By default, MySQL replication (including Group Replication) does not carry out privilege checks when transactions that were already accepted by another server are applied on a replica or group member. MySQL then checks each transaction against the ...
https://dev.mysql.com/doc/refman/8.0/en/replication-setup-replicas.html
Tip To deploy multiple instances of MySQL, you can use InnoDB Cluster which enables you to easily administer a group of MySQL server instances in MySQL Shell. InnoDB Cluster wraps MySQL Group Replication in a programmatic environment that enables ...
Displaying 371 to 380 of 547 total results