- 
                Notifications
    You must be signed in to change notification settings 
- Fork 137
Closed
Labels
VERIFIEDverified issueverified issue
Milestone
Description
Description
job set TableSchemaRename or TableRename cause DDL copy failed
Steps to reproduce the issue
- create job
ReplicateDoDb = [{
          TableSchema = "sbtest"
          TableSchemaRename = "sbtest_1"
          Tables = [
            {TableName = "sbtest1"},
            {TableName = "_sbtest1_gho"},
- src mysql execute sql
create table sbtest._sbtest1_gho like sbtest.sbtest1 ;
- dest dtle log
2022-01-19T10:29:57.605+0800 [WARN]  client.driver_mgr.dtle: Ignore error: driver=dtle @module=dtle.applier.ApplyBinlogEvent err="tx.Exec. gno 18 iEvent 0 queryBegin CREATE TAB workerIdx 6: Error 1146: Table 'sbtest.sbtest1' doesn't exist" job=job1 timestamp=2022-01-19T10:29:57.605+0800
Describe the results you received
Describe the results you expected
Output of ./dtle version:**
9.9.9.9-master-900f289
Metadata
Metadata
Assignees
Labels
VERIFIEDverified issueverified issue