Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu authored and ti-chi-bot committed Jun 2, 2023
1 parent c9676d7 commit 9371d63
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drainer/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,15 +390,3 @@ func mockCreateSchemaJob(dbInfo *model.DBInfo, schemaVersion int64) *model.Job {
},
}
}

func mockCreateTableJob(tableInfo *model.TableInfo, schemaID, schemaVersion int64) *model.Job {
return &model.Job{
Type: model.ActionCreateTable,
State: model.JobStateDone,
SchemaID: schemaID,
BinlogInfo: &model.HistoryInfo{
SchemaVersion: schemaVersion,
TableInfo: tableInfo,
},
}
}

0 comments on commit 9371d63

Please sign in to comment.