Skip to content

Support for the ANALYZE TABLE in Stored Procedures#37390

Merged
terrymanu merged 2 commits into
apache:masterfrom
ccxxxyy:issueNoMySQL
Dec 16, 2025
Merged

Support for the ANALYZE TABLE in Stored Procedures#37390
terrymanu merged 2 commits into
apache:masterfrom
ccxxxyy:issueNoMySQL

Conversation

@ccxxxyy
Copy link
Copy Markdown
Contributor

@ccxxxyy ccxxxyy commented Dec 15, 2025

Fixes #35084

Changes proposed in this pull request:


Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have (or in comment I request) added corresponding labels for the pull request.
  • I have passed maven check locally : ./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.
  • I have updated the Release Notes of the current development version. For more details, see Update Release Note

@terrymanu terrymanu requested a review from Copilot December 15, 2025 17:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@terrymanu terrymanu requested a review from Copilot December 15, 2025 17:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/it/parser/src/main/resources/sql/supported/ddl/create-procedure.xml Outdated
Comment thread test/it/parser/src/main/resources/case/ddl/create-procedure.xml Outdated
Comment thread test/it/parser/src/main/resources/sql/supported/ddl/create-procedure.xml Outdated
@terrymanu terrymanu merged commit dedc02b into apache:master Dec 16, 2025
145 checks passed
@terrymanu terrymanu added this to the 5.5.3 milestone Dec 16, 2025
@ccxxxyy ccxxxyy deleted the issueNoMySQL branch December 16, 2025 05:47
makssent pushed a commit to makssent/shardingsphere that referenced this pull request Apr 9, 2026
…ngsphere/master

* remotes/origin/master:
  Add test cases on package of data.pipeline.cdc.core.task (apache#37396)
  Support for the ANALYZE TABLE in Stored Procedures (apache#37390)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support parsing MySQL stored procedure syntax - part 0

3 participants