*: replace dumpling with tidb/dumpling#2263
*: replace dumpling with tidb/dumpling#2263Little-Wallace wants to merge 28 commits intopingcap:masterfrom
Conversation
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Co-authored-by: lance6716 <lance6716@gmail.com> Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
|
related to https://github.com/pingcap/dm/issues/2259 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: ad92b60 |
|
@Little-Wallace: Your PR was out of date, I have automatically updated it for you. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/hold |
| - Support retry task on the `invalid connection` error for binlog replication [#66](https://github.com/pingcap/dm/pull/66) | ||
| - Support generating `-schema-create.sql` files automatically for full migration [#186](https://github.com/pingcap/dm/pull/186) | ||
| - Use [TiDB SQL Parser](https://github.com/pingcap/parser) to parse and restore DDL statements in binlog query events, and remove the `use db` statement when replicating to downstream [#54](https://github.com/pingcap/dm/pull/54) | ||
| - Use [TiDB SQL Parser](https://github.com/pingcap/tidb/parser) to parse and restore DDL statements in binlog query events, and remove the `use db` statement when replicating to downstream [#54](https://github.com/pingcap/dm/pull/54) |
There was a problem hiding this comment.
| - Use [TiDB SQL Parser](https://github.com/pingcap/tidb/parser) to parse and restore DDL statements in binlog query events, and remove the `use db` statement when replicating to downstream [#54](https://github.com/pingcap/dm/pull/54) | |
| - Use [TiDB SQL Parser](https://github.com/pingcap/tidb/tree/master/parser) to parse and restore DDL statements in binlog query events, and remove the `use db` statement when replicating to downstream [#54](https://github.com/pingcap/dm/pull/54) |
| const ( | ||
| // SingleRenameTableNameNum stands for number of TableNames in a single table renaming. it's 2 after | ||
| // https://github.com/pingcap/parser/pull/1021 | ||
| // https://github.com/pingcap/tidb/parser/pull/1021 |
There was a problem hiding this comment.
This line should be reverted.
|
ping @Little-Wallace , dumpling is merged into tidb now. |
What problem does this PR solve?
replace dumpling with tidb/dumpling. the repo
github.com/pingcap/dumplinghas been merged intogithub.com/pingcap/tidbclose https://github.com/pingcap/dm/issues/2259
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
dm/dm-ansible