-
Venkatesh Duggirala authored
TRANS_TABLE_INFO STRUTURE Group replication plugin requires the information from the server whether a table has 'foreign key' with 'CASCADE' clause or not. Trans_table_info is the structure that is communicated between server and GR plugin. Adding this cascade foreign key information to Trans_table_info_struture which will be used by GR plugin code.
Venkatesh Duggirala authoredTRANS_TABLE_INFO STRUTURE Group replication plugin requires the information from the server whether a table has 'foreign key' with 'CASCADE' clause or not. Trans_table_info is the structure that is communicated between server and GR plugin. Adding this cascade foreign key information to Trans_table_info_struture which will be used by GR plugin code.
Loading