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

PS-9314 fix: Signal 11 when using JSON_TABLE (8.0) #5383

Conversation

percona-ysorokin
Copy link
Collaborator

https://perconadev.atlassian.net/browse/PS-9314

As part of the 8.0.22 merge we added our fix (commit e29ddfe) for Oracle's Bug #101401
"ISNULL continously returns the same value for LOAD_FILE" (https://bugs.mysql.com/bug.php?id=101401)
However, when Oracle fixed the same issue in 8.0.23, Bug #32096341
"ISNULL continuously returns the same value for LOAD_FILE" (commit mysql/mysql-server@de4b3f7), ou fix never got reverted, which introduced this regression.

Fixed by reverting our patch.

Extended 'main.func_str' MTR test case with additional checks for this particular regression.

https://perconadev.atlassian.net/browse/PS-9314

As part of the 8.0.22 merge we added our fix (commit e29ddfe) for
Oracle's Bug #101401
"ISNULL continously returns the same value for LOAD_FILE"
(https://bugs.mysql.com/bug.php?id=101401)
However, when Oracle fixed the same issue in 8.0.23,
Bug #32096341
"ISNULL continuously returns the same value for LOAD_FILE"
(commit mysql/mysql-server@de4b3f7), ou fix never got reverted,
which introduced this regression.

Fixed by reverting our patch.

Extended 'main.func_str' MTR test case with additional checks for this
particular regression.
@percona-ysorokin percona-ysorokin merged commit 6914903 into percona:release-8.0.39-30 Aug 31, 2024
26 checks passed
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