Replication When the Primary and Replica Have Different Table Definitions
Understand the rules and limitations when replicating between tables with differing structures. Learn how attribute promotion and column handling work in row-based replication.
Different Column Definitions - Attribute Promotion and Demotion
Statement-Based Replication
DESC r;
+-------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------+-------------+------+-----+---------+-------+
| id | tinyint(4) | YES | | NULL | |
| v | varchar(10) | YES | | NULL | |
+-------+-------------+------+-----+---------+-------+Row-Based Replication
Supported Conversions
Different Number or Order of Columns
Row-Based
Statement-Based
Last updated
Was this helpful?

