mirror of
https://github.com/MariaDB/server.git
synced 2025-07-25 15:08:40 +00:00
MDEV-9095: Executing triggers on slave in row-based replication
This commit is contained in:
@ -238,6 +238,7 @@ struct RPL_TABLE_LIST
|
||||
bool m_tabledef_valid;
|
||||
table_def m_tabledef;
|
||||
TABLE *m_conv_table;
|
||||
bool master_had_triggers;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user