15.02.2019 20:14, Dimitry Sibiryakov wrote:

   I see that now system tables are replicated unconditionally:

> if (!relation->isSystem() && matcher && !matcher->matchTable(relation->rel_name))
 >     return;

  How does it cooperate with separate replication of DDL queries?

See also check for TDBB_repl_sql. It's set when DDL is executed, so underlying system table changes are not replicated. Only explicit ones.


Dmitry


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to