MDEV-9095: Executing triggers on slave in row-based replication

This commit is contained in:
unknown
2014-03-19 11:00:56 +02:00
parent f1ca1f37c9
commit af3180ab6f
20 changed files with 956 additions and 130 deletions

View File

@ -238,6 +238,7 @@ struct RPL_TABLE_LIST
bool m_tabledef_valid;
table_def m_tabledef;
TABLE *m_conv_table;
bool master_had_triggers;
};