MySQL 9.0.0
Source Code Documentation
st_row_applier_filters Struct Reference

A row in the table. More...

#include <table_replication_applier_filters.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length {0}
 
char filter_name [NAME_LEN]
 
uint filter_name_length {0}
 
String filter_rule
 
enum_configured_by configured_by
 
ulonglong active_since {0}
 
ulonglong counter {0}
 

Detailed Description

A row in the table.

Member Data Documentation

◆ active_since

ulonglong st_row_applier_filters::active_since {0}

◆ channel_name

char st_row_applier_filters::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_applier_filters::channel_name_length {0}

◆ configured_by

enum_configured_by st_row_applier_filters::configured_by

◆ counter

ulonglong st_row_applier_filters::counter {0}

◆ filter_name

char st_row_applier_filters::filter_name[NAME_LEN]

◆ filter_name_length

uint st_row_applier_filters::filter_name_length {0}

◆ filter_rule

String st_row_applier_filters::filter_rule

The documentation for this struct was generated from the following file: