24#ifndef CS_COLUMN_FILTER_GIPK_H
25#define CS_COLUMN_FILTER_GIPK_H
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:34
Class used when we want a column view over a table in a context where the replicated table contains a...
Definition: column_filter_inbound_gipk.h:50
bool filter_column(TABLE const *, size_t column_index) override
Definition: column_filter_inbound_gipk.cc:27
static bool is_filter_needed(THD const &thd, TABLE *table, table_def const *tabledef)
Is this filter needed given context passed in the parameters.
Definition: column_filter_inbound_gipk.cc:32
When iterating the table fields for sometimes you want to skip some columns.
Definition: column_filter.h:45
A table definition from the master.
Definition: rpl_utility.h:248
Definition: commit_order_queue.h:34