-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tianmu): unsupported DDL in SQL layer should report error. (#1185) #1246
feat(tianmu): unsupported DDL in SQL layer should report error. (#1185) #1246
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](faisalman/ua-parser-js@0.7.31...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
- Fixed the Roadmap style error on the home page - Fixed Roadmap issue where the Chinese page could not locate the latest R&D block - Other style optimization
eff430f
to
5bc0b77
Compare
…eatom#1185) [summary] 1 secondary/unique index report error; 2 full text/SPTIAL report error; 3 partition/foreign key report error; 4 GEOMETRY/SET/ENUM data type report error; 5 create trigger report error;
5bc0b77
to
72aa590
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feat_filter_ddl_on_binlog_events #1246 +/- ##
===================================================================
Coverage ? 43.24%
===================================================================
Files ? 1830
Lines ? 396179
Branches ? 0
===================================================================
Hits ? 171339
Misses ? 224840
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary about this PR
Issue Number: close #1185
[summary]
1 secondary/unique index report error;
2 full text/SPTIAL report error;
3 partition/foreign key report error;
4 GEOMETRY/SET/ENUM data type report error;
5 create trigger report error;
Tests Check List
Changelog
Documentation