catalogue: add io.pilot.mysql 9.7.1 (native MySQL server+client)#359
Closed
Alexgodoroja wants to merge 1 commit into
Closed
catalogue: add io.pilot.mysql 9.7.1 (native MySQL server+client)#359Alexgodoroja wants to merge 1 commit into
Alexgodoroja wants to merge 1 commit into
Conversation
Native MySQL 9.7.1 server+client (full local RDBMS) — the transactional, server-grade sibling of io.pilot.sqlite and io.pilot.postgres. Signed catalogue entry + per-app metadata; four platform adapter bundles (darwin+linux, arm64+amd64) on the Pilot prod R2 registry, each sha-pinned, staging the MySQL binaries from prod R2 at install. Publisher: ed25519:cTZr4unmAHK/r8fS+TVQ4QiCIORimYe+y+bIdiUUfAY=
da004ad to
aaf3c7e
Compare
This was referenced Jul 7, 2026
Merged
Collaborator
Author
|
Superseded by #360, which bundles this change with the other three open catalogue PRs so the shared |
This file contains hidden or 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
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.
Add
io.pilot.mysql9.7.1 to the app-store catalogueCompanion to app-template pilot-protocol/app-template#74 (merged). Adds MySQL 9.7.1 — the full server (
mysqld) + client suite as a native app: a real, local client/server RDBMS with no cloud account and no provisioning. The transactional, server-grade sibling ofio.pilot.sqlite(embedded) andio.pilot.postgres.Entry
catalogue.jsonentry +catalogue/apps/io.pilot.mysql/metadata.json(sha-pinned).bundles/io.pilot.mysql/9.7.1/(darwin+linux × arm64+amd64), eachbundle_sha256-pinned; theirinstall.jsonstages the MySQL binaries fromio.pilot.mysql/9.7.1/…on prod R2 (no dev dependency at runtime).ed25519:cTZr4unmAHK/r8fS+TVQ4QiCIORimYe+y+bIdiUUfAY=;catalogue.json.sigre-signed with the production key, verifies against thecatalogtrustanchor.Methods (13 + auto
help): initialize, start, stop, ping, createdb, query (aligned table), query_tsv, databases, tables, dump (mysqldump), exec (verbatim argv + stdin), mysql_help, version.Verified:
pilot-app verifyon all four bundles; macOS socket-mode + a fresh Linux (aarch64) microVM install from a local catalogue exercise the whole lifecycle against the real prod-R2-staged server — initialize → start → createdb →CREATE TABLE+INSERT+SELECT(aligned + TSV) →SHOW TABLES→mysqldump→ stop.