Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix signatures II #143

Merged
merged 7 commits into from
Sep 20, 2024
Merged

Fix signatures II #143

merged 7 commits into from
Sep 20, 2024

Conversation

OpatrilPeter
Copy link
Contributor

Continues #70

smradCZ
smradCZ previously approved these changes Jun 3, 2024
Explicit type MYSQL_ROW_OFFSET is important - as exactly this type is
required as argument for coupled function seekRowOffset.
Replacement is RowIndex_t which is more specific and no longer private.
Function sendLongData was misleading, as it implied return of some form of error code.
@OpatrilPeter
Copy link
Contributor Author

I've encounter issues with obsolete mysql 5.7 image used for testing. I've tested that modern images mariadb:10.3.39-focal and mysql:8.0.39-debian work correctly, but choosing which way we'll go is left for future work. Please review the relevant commit before merge.

Upgrade implicit image from mysql 5.7 to 8.0, allow customization via
TEST_MYSQL_DOCKER_IMAGE environment variable.
@OpatrilPeter
Copy link
Contributor Author

OpatrilPeter commented Sep 20, 2024

We've had an internal team discussion, the plan is to go ahead and upgrade the image to modern mysql. I've added an experimental customization option, the environmental variable TEST_MYSQL_DOCKER_IMAGE; if set, it overrides the default choice.

@OpatrilPeter OpatrilPeter merged commit 5f8aa58 into seznam:devel Sep 20, 2024
1 check passed
@OpatrilPeter OpatrilPeter deleted the fix_signatures branch September 20, 2024 19:01
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