Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
Description
Rename/move table across database should be supported for replication. The scenario is as follows.
1. Create 2 databases (db1 and db2) in source cluster.
2. Create the table db1.tbl1.
3. Run bootstrap replication for db1 and db2 to target cluster.
4. Rename db1.tbl1 to db2.tbl1 in source.
5. Run incremental replication for both db1 and db2.
- db1 dump missed the rename table operation as no event is generated for db1. So, table exist after load.
- db2 load skips the rename event as the source table is missing in target.
Attachments
Attachments
Issue Links
- links to