Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 111 to 120 of 130 total results
https://dev.mysql.com/doc/refman/9.7/en/replication-features-triggers.html
If under row-based replication the replica applied the triggers as well as the row changes caused by them, the changes would in effect be applied twice on the replica, leading to different data on the source and the replica. With statement-based ...
https://dev.mysql.com/doc/refman/9.7/en/replication-features-variables.html
sql_mode is also replicated except for the NO_DIR_IN_CREATE mode; the replica always preserves its own value for NO_DIR_IN_CREATE, regardless of changes to it on the source. However, when mysqlbinlog parses a SET @@sql_mode = mode statement, the ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-auto-positioning.html
The source and replica can diverge if any clients commit transactions on the source after it is restarted, which can lead to the situation where the source and replica are using the same GTID for different transactions. GTIDs replace the ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-gtids.html
Leading and trailing blank spaces are accepted in the input value but omitted during tag creation. The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers (GTIDs). For additional ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rbr-safe-unsafe.html
If a large number of such statements were executed on the source, this could lead to excessively large error log files. The “safeness” of a statement in MySQL replication refers to whether the statement and its effects can be replicated ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rules-channel-based-filters.html
The following command options support channel specific replication filters using this format: --replicate-do-db=channel:database_id --replicate-ignore-db=channel:database_id --replicate-do-table=channel:table_id ... This section explains how to work ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rules-examples.html
If you use a combination of database-level and table-level replication filtering options, the replica first accepts or ignores events using the database options, then it evaluates all events permitted by those options according to the table options. It is also important to note that the results vary depending on whether the operation is logged using statement-based or row-based binary logging ...
https://dev.mysql.com/doc/refman/9.7/en/replication-solutions.html
See Section 19.4.6, “Replicating Different Databases to Different Replicas” As the number of replicas increases, the load on the source can increase and lead to reduced performance (because of the need to replicate the binary log to each ...
https://dev.mysql.com/doc/refman/9.7/en/resignal.html
RESIGNAL may change some or all information before passing it on. RESIGNAL is related to SIGNAL, but instead of originating a condition as SIGNAL does, RESIGNAL relays existing condition information, possibly after modifying it. RESIGNAL makes it ...
https://dev.mysql.com/doc/refman/9.7/en/show-replica-status.html
Any changes, including NTP updates, can lead to clock skews that can make calculation of Seconds_Behind_Source less reliable. SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the ...
Displaying 111 to 120 of 130 total results