Skip to content

Commit

Permalink
server: split the code and create parse (#45001)
Browse files Browse the repository at this point in the history
close #44940
  • Loading branch information
hawkingrei committed Jun 28, 2023
1 parent 03495aa commit ceccc1f
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 572 deletions.
3 changes: 1 addition & 2 deletions server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ go_library(
"//privilege/privileges/ldap",
"//server/internal/column",
"//server/internal/dump",
"//server/internal/parse",
"//server/internal/util",
"//server/metrics",
"//session",
Expand Down Expand Up @@ -168,7 +169,6 @@ go_test(
"//domain",
"//domain/infosync",
"//errno",
"//expression",
"//extension",
"//infoschema",
"//keyspace",
Expand All @@ -181,7 +181,6 @@ go_test(
"//parser/charset",
"//parser/model",
"//parser/mysql",
"//parser/terror",
"//planner/core",
"//server/internal/column",
"//server/internal/util",
Expand Down

0 comments on commit ceccc1f

Please sign in to comment.