Skip to content

fix(mcp): classify compound routines as ddl#385

Open
Stiwar0098 wants to merge 1 commit into
TabularisDB:mainfrom
Stiwar0098:fix/mcp-activity-create-procedure-write
Open

fix(mcp): classify compound routines as ddl#385
Stiwar0098 wants to merge 1 commit into
TabularisDB:mainfrom
Stiwar0098:fix/mcp-activity-create-procedure-write

Conversation

@Stiwar0098

Copy link
Copy Markdown
Contributor

Closes #384

Summary

  • Classifies compound MySQL/MariaDB \CREATE PROCEDURE\, \CREATE FUNCTION\, \CREATE TRIGGER\, and \CREATE EVENT\ statements as \ddl\ in MCP activity.
  • Keeps obvious trailing payloads after routine bodies fail-closed as \unknown\.
  • Adds regression coverage for routine classification and local \.opencode/\ ignore handling.

Review notes

  • GitNexus affected-scope check: low risk, 0 affected processes.
  • Fresh reliability review: no PR-opening blockers; warning remains for nested compound blocks being potentially classified as \unknown\.

Test plan

  • Not run: maintainer explicitly requested not to run a build.

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.

fix(mcp): classify compound CREATE routines as DDL

1 participant