-
Notifications
You must be signed in to change notification settings - Fork 279
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
integrate mysql parser from pingcap #2
Merged
Merged
Conversation
This file contains 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
sukki37
changed the title
integrate mysql parser from pincap
integrate mysql parser from pingcap
Mar 24, 2021
jiangxinmeng1
referenced
this pull request
in jiangxinmeng1/matrixone
Apr 18, 2022
jiangxinmeng1
referenced
this pull request
in jiangxinmeng1/matrixone
Apr 29, 2022
iamlinjunhong
added a commit
that referenced
this pull request
Jun 12, 2022
JinHai-CN
added a commit
that referenced
this pull request
Jun 12, 2022
* Support default value for tae * Update SchemaToDefs * Add UT * Modify form of default value (#2) Co-authored-by: iamlinjunhong <[email protected]> Co-authored-by: Jin Hai <[email protected]>
fengttt
added a commit
that referenced
this pull request
Aug 28, 2022
* Update char.test * Update varchar.test * Update char.test * Update varchar.test * Update char.result * Update varchar.result * adjust result * adjust test cases * add explain cases (#2) * Update decimal.test * Update timestamp.test * Update go.mod * Update go.mod * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.test * Update timestamp.result * adjust cases (#3) * Update bigint.test * Update bigint.result * Update char.result * Update char.test * CI: add PR UT coverage (#4371) Create a new yml file to support detect incremental code coverage Approved by: @sukki37 * Update ut_pr.yml (#4439) * Delete ut_pr.yml Co-authored-by: iamlinjunhong <[email protected]> Co-authored-by: Yingfeng <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: brown <[email protected]> Co-authored-by: maomao <[email protected]> Co-authored-by: ou yuanning <[email protected]> Co-authored-by: fengttt <[email protected]>
1 task
1 task
mergify bot
pushed a commit
that referenced
this pull request
Nov 8, 2024
fix Incorrect time unit for password lock check Approved by: @daviszhen, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 11, 2024
support ip whitelist feat Approved by: @heni02, @qingxinhome, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 11, 2024
…rately(#2.0-dev) (#19950) support password_history and password_reuse_interval take effect separately Approved by: @daviszhen, @heni02, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 11, 2024
add system variable profiling_history_size Approved by: @daviszhen, @sukki37, @heni02
mergify bot
pushed a commit
that referenced
this pull request
Nov 12, 2024
fix create view with hint Approved by: @heni02, @ouyuanning, @sukki37, @aunjgr
mergify bot
pushed a commit
that referenced
this pull request
Nov 12, 2024
fix show index panic Approved by: @ouyuanning, @heni02, @aunjgr, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 15, 2024
fix restore sub database Approved by: @aressu1985, @daviszhen, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 18, 2024
optimize restore system table Approved by: @daviszhen, @heni02, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 19, 2024
fix restore table or database with keyword Approved by: @daviszhen, @heni02, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 22, 2024
[add system variable optimizer_switch](18d3ae6) Approved by: @daviszhen, @heni02, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Nov 27, 2024
support collate literal Approved by: @iamlinjunhong, @heni02, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Dec 2, 2024
add backSes Exec lower_case_table_names Approved by: @aressu1985, @daviszhen, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Dec 9, 2024
…20668) fix restore view with lower case table names equals to 0 Approved by: @daviszhen, @heni02, @aressu1985, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Dec 11, 2024
support json_set/json_insert/json_replace Approved by: @heni02, @m-schen, @XuPeng-SH, @aressu1985, @sukki37
ck89119
pushed a commit
to ck89119/matrixone
that referenced
this pull request
Dec 11, 2024
…ixorigin#20592) support json_set/json_insert/json_replace Approved by: @heni02, @m-schen, @XuPeng-SH, @aressu1985, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Jan 14, 2025
fix enum type parse stage Approved by: @XuPeng-SH, @sukki37
mergify bot
pushed a commit
that referenced
this pull request
Jan 20, 2025
support dump for vecf32 and vecf64 Approved by: @qingxinhome, @heni02, @sukki37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.