This function turns on/off partial replication.
void mco_HA_enable_filter ( Mco_db_h db, Mco_bool enable)
db | The database connection handle. |
enable |
|
This function is called by either the master or replica to turn on/off partial replication. If local tables are defined, filtering is on by default. Consequently mco_HA_enable_filter(db, MCO_NO);
turns filtering off. If the schema does not define local tables, this function has no effect.
MCO_S_OK | Successful. |