Skip to content

[fix] remove corrupted column row from parameters system-table doc#3690

Merged
morningman merged 1 commit into
apache:masterfrom
boluor:fix-parameters-doc-corrupt-row
May 19, 2026
Merged

[fix] remove corrupted column row from parameters system-table doc#3690
morningman merged 1 commit into
apache:masterfrom
boluor:fix-parameters-doc-corrupt-row

Conversation

@boluor
Copy link
Copy Markdown
Contributor

@boluor boluor commented May 19, 2026

Summary

The parameters system-table doc (admin-manual/system-tables/information_schema/parameters.md) listed a garbage column row DATA_TYPEDTD_IDENDS after the legitimate last column ROUTINE_TYPE.

DATA_TYPEDTD_IDENDS is not a valid information_schema.parameters column — it is a mangled artifact. Both DATA_TYPE and DTD_IDENTIFIER (which it appears to be a corrupted concatenation of) already appear as their own correct rows in the table, so this is a redundant garbage row, not a missing column.

Removed the corrupted row across all versions: EN (next + 2.1/3.x/4.x) and Chinese (next + 2.1/3.x/4.x).

Test plan

  • Confirmed DATA_TYPE and DTD_IDENTIFIER already exist as separate correct rows
  • Confirmed the garbage row sits after ROUTINE_TYPE, the standard last column

Note

The doc is also missing the standard MySQL PARAMETERS column CHARACTER_MAXIMUM_LENGTH — a separate completeness gap, not addressed in this PR.

The `parameters` system-table doc listed a garbage column row
`DATA_TYPEDTD_IDENDS` after the legitimate last column `ROUTINE_TYPE`.
It is a mangled artifact — both `DATA_TYPE` and `DTD_IDENTIFIER` already
appear as their own correct rows in the table. Removed the corrupted
row across all EN and Chinese versions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@morningman morningman merged commit e26de4b into apache:master May 19, 2026
3 checks passed
@boluor boluor deleted the fix-parameters-doc-corrupt-row branch May 21, 2026 12:21
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.

2 participants