Skip to content

MySQL Community table DDL retrieval parity - #11

Merged
openai0229 merged 3 commits into
mainfrom
feat/mysql-ddl-retrieval-parity
Jul 29, 2026
Merged

MySQL Community table DDL retrieval parity#11
openai0229 merged 3 commits into
mainfrom
feat/mysql-ddl-retrieval-parity

Conversation

@openai0229

Copy link
Copy Markdown
Contributor

Summary

  • add native MySQL SHOW CREATE TABLE retrieval through mysql_async
  • map both Community table-DDL export aliases through Axum and desktop dispatch
  • preserve all four pinned Community MySQL create/update example aliases as success with data: null
  • correct the parity contract: Community exposes foreign keys as read-only metadata and does not implement foreign-key table mutation

Validation

  • make verify
  • make native-mysql-integration MYSQL_TEST_USER=root MYSQL_TEST_PASSWORD=root
  • Core: 179 passed, 1 ignored
  • Web: 52 passed, 1 ignored
  • all three real local Docker MySQL 8.4 tests passed
  • strict workspace Clippy passed
  • knowledge lint passed
  • Java remained dormant and fixture database count returned to zero
  • original Community frontend and styles unchanged

Packaging

  • macOS Package workflow was not triggered
  • no local client package was built

Closes #10

@openai0229
openai0229 merged commit 0d39236 into main Jul 29, 2026
10 checks passed
@openai0229
openai0229 deleted the feat/mysql-ddl-retrieval-parity branch July 29, 2026 23:48
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.

MySQL Community table DDL retrieval parity

1 participant