Skip to content

Add a /ping special command - #2185

Merged
rolandwalker merged 1 commit into
mainfrom
RW/add-ping-special-command
Aug 31, 2026
Merged

Add a /ping special command#2185
rolandwalker merged 1 commit into
mainfrom
RW/add-ping-special-command

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

This maps directly to the Ping command in the MySQL wire protocol.

Motivation: there is no way to exercise the Ping command at the SQL statement level. It requires a special command.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Aug 31, 2026
This maps directly to the "Ping" command in the MySQL wire protocol.

Motivation: there is no way to exercise the "Ping" command at the SQL
statement level.  It requires a special command.
@rolandwalker
rolandwalker force-pushed the RW/add-ping-special-command branch from 633fa76 to 09dbe28 Compare August 31, 2026 20:26
@rolandwalker
rolandwalker merged commit 907020e into main Aug 31, 2026
11 checks passed
@rolandwalker
rolandwalker deleted the RW/add-ping-special-command branch August 31, 2026 20:47
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.

1 participant