Skip to content

Conversation

@tsegismont
Copy link
Contributor

See #1525

MySQL sends column definitions in response to a prepare command. But when executing the statement or fetching the first page of a cursor, it sends column definitions again.

The row decoder should not use the definitions given in response to prepare command because they may not be accurate.

The previous cursor implementation used them when fetching the second page.

See eclipse-vertx#1525

MySQL sends column definitions in response to a prepare command.
But when executing the statement or fetching the first page of a cursor, it sends column definitions again.

The row decoder should not use the definitions given in response to prepare command because they may not be accurate.

The previous cursor implementation used them when fetching the second page.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont tsegismont requested review from vietj and removed request for vietj October 23, 2025 17:30
@tsegismont tsegismont closed this Oct 23, 2025
@tsegismont tsegismont deleted the issue/1525 branch October 23, 2025 17:32
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