Rechercher dans le manuel MySQL
26.12.11.3 The replication _applier _configuration Table
This table shows the configuration parameters that affect
transactions applied by the slave server. Parameters stored in
the table can be changed at runtime with the
CHANGE MASTER TO
statement, as
indicated in the column descriptions.
The
replication_applier_configuration
table has these columns:
CHANNEL_NAME
The replication channel which this row is displaying. There is always a default replication channel, and more replication channels can be added. See Section 17.2.3, “Replication Channels” for more information.
DESIRED_DELAY
The number of seconds that the slave must lag the master. (
CHANGE MASTER TO
option:MASTER_DELAY
) See Section 17.3.12, “Delayed Replication” for more information.
The
replication_applier_configuration
table has these indexes:
Primary key on (
CHANNEL_NAME
)
TRUNCATE TABLE
is not permitted
for the
replication_applier_configuration
table.
The following table shows the correspondence between
replication_applier_configuration
columns and SHOW SLAVE
STATUS
columns.
replication_applier_configuration Column |
SHOW SLAVE STATUS Column |
---|---|
DESIRED_DELAY |
SQL_Delay |
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-replication-applier-configuration-table.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.