Rechercher dans le manuel MySQL

26.12.11.8 The replication_applier_filters Table

This table shows the replication channel specific filters configured on this slave. Each row provides information on a replication channel's configured type of filter. The replication_applier_filters table has the following columns:

  • CHANNEL_NAME

    The name of replication channel with a replication filter configured.

  • FILTER_NAME

    The type of replication filter that has been configured for this replication channel.

  • FILTER_RULE

    The rules configured for the replication filter type using either --replicate-* command options or CHANGE REPLICATION FILTER.

  • CONFIGURED_BY

    The method used to configure the replication filter, can be one of:

    • CHANGE_REPLICATION_FILTER configured by a global replication filter using a CHANGE REPLICATION FILTER statement.

    • STARTUP_OPTIONS configured by a global replication filter using a --replicate-* option.

    • CHANGE_REPLICATION_FILTER_FOR_CHANNEL configured by a channel specific replication filter using a CHANGE REPLICATION FILTER FOR CHANNEL statement.

    • STARTUP_OPTIONS_FOR_CHANNEL configured by a channel specific replication filter using a --replicate-* option.

  • ACTIVE_SINCE

    Timestamp of when the replication filter was configured.

  • COUNTER

    The number of times the replication filter has been used since it was configured.


Find a PHP function

Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-replication-applier-filters-table.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:en Manuel MySQL : https://dev.mysql.com/

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut