Skip to content
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: add mysql show status statement #1119

Merged
merged 1 commit into from
Feb 4, 2024
Merged

feat: add mysql show status statement #1119

merged 1 commit into from
Feb 4, 2024

Conversation

invm
Copy link
Contributor

@invm invm commented Jan 30, 2024

Hi,

Wanted to add support for SHOW [GLOBAL | SESSION] STATUS [LIKE 'pattern' | WHERE expr]

Taken from: mysql docs

@invm invm changed the title chore: add mysql show status statement feat: add mysql show status statement Jan 30, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7714670421

  • -4 of 34 (88.24%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.001%) to 87.659%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ast/mod.rs 12 14 85.71%
src/parser/mod.rs 4 6 66.67%
Files with Coverage Reduction New Missed Lines %
src/ast/mod.rs 1 79.44%
Totals Coverage Status
Change from base Build 7660582105: 0.001%
Covered Lines: 19512
Relevant Lines: 22259

💛 - Coveralls

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thank you for the contribution @invm

@alamb alamb merged commit 61089f9 into apache:main Feb 4, 2024
10 checks passed
@invm invm deleted the mysql-show-status branch February 4, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants