-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner,executor: support show create database if not exists
syntax
#8926
Conversation
Please update go.mod |
/run-all-tests |
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
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
/run-unit-test |
1 similar comment
/run-unit-test |
Codecov Report
@@ Coverage Diff @@
## master #8926 +/- ##
=========================================
Coverage ? 67.54%
=========================================
Files ? 363
Lines ? 74989
Branches ? 0
=========================================
Hits ? 50649
Misses ? 19880
Partials ? 4460
Continue to review full report at Codecov.
|
/run-all-tests |
/run-unit-test |
What problem does this PR solve?
pingcap/parser#147
pingcap/parser#148
MySQL compatibility:
show create database if not exists
syntaxSee: https://dev.mysql.com/doc/refman/5.7/en/show-create-database.html
MySQL
TiDB
What is changed and how it works?
Insert
/*!32312 IF NOT EXISTS*/
before shema name when statement containsif not exists
Check List
Tests
Code changes
Side effects
Related changes
This change is