Documentation Home
MySQL 8.0 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 43.1Mb
PDF (A4) - 43.2Mb
Man Pages (TGZ) - 295.4Kb
Man Pages (Zip) - 400.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
Excerpts from this Manual

29.12.11.9 The replication_applier_global_filters Table

This table shows the global replication filters configured on this replica. The replication_applier_global_filters table has these columns:

  • FILTER_NAME

    The type of replication filter that has been configured.

  • 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.

  • ACTIVE_SINCE

    Timestamp of when the replication filter was configured.