[feature-1084][chunjun-connector-mysqld] MySQL offline synchronizatio… by kinoxyz1 · Pull Request #1112 · DTStack/chunjun
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.7k
Merged
[feature-1084][chunjun-connector-mysqld] MySQL offline synchronizatio…#1112
FlechazoW merged 2 commits intoDTStack:masterfrom
kinoxyz1:feature_master_1084
[feature-1084][chunjun-connector-mysqld] MySQL offline synchronizatio…#1112
FlechazoW merged 2 commits intoDTStack:masterfrom
kinoxyz1:feature_master_1084
Conversation
Copy link
Member
MySQL offline synchronization adds regular expression support
Purpose of this pull request
Which issue you fix
Fixes (#1084).
Checklist:
- I have executed the 'mvn spotless:apply' command to format my code.
- I have a meaningful commit message (including the issue id, the template of commit message is '[label-type-#issue-id][fixed-module] a meaningful commit message.')
- I have performed a self-review of my own code.
- I have commented my code, particularly in hard-to-understand areas.
- I have made corresponding changes to the documentation.
- I have added tests that prove my fix is effective or that my feature works.
- New and existing unit tests pass locally with my changes.
- I have checked my code and corrected any misspellings.
- My commit is only one. (If there are multiple commits, you can use 'git squash' to compress multiple commits into one.)
FlechazoW reviewed Aug 1, 2022
...or-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/source/MysqldSourceFactory.java
Outdated
Show resolved
Hide resolved
...or-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/source/MysqldSourceFactory.java Outdated Show resolved Hide resolved
...or-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/source/MysqldSourceFactory.java
Outdated
Show resolved
Hide resolved
...or-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/source/MysqldSourceFactory.java Outdated Show resolved Hide resolved
chunjun-examples/json/mysqld/mysql_distribute.json
Show resolved
Hide resolved
chunjun-examples/json/mysqld/mysql_distribute.json Show resolved Hide resolved
...nnector-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/utils/MySqlDataSource.java
Show resolved
Hide resolved
...nnector-mysqld/src/main/java/com/dtstack/chunjun/connector/mysqld/utils/MySqlDataSource.java Show resolved Hide resolved
kinoxyz1 and others added 2 commits
August 1, 2022 15:31…n adds regular expression support
FlechazoW
merged commit
acd1902
into
DTStack:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment