[stable32] fix: allow file request upload when part_file_in_storage=false - #63381
Merged
Conversation
salmart-dev
requested review from
Altahrim and
icewind1991
and removed request for
a team
August 18, 2026 12:42
part_file_in_storage=falsepart_file_in_storage=false
leftybournes
approved these changes
Aug 18, 2026
joshtrichards
approved these changes
Aug 18, 2026
Member
|
MariaDB 11.8 failure unrelated - #63401 will address it in the stable32 branch. |
Contributor
Author
|
Sorry, I accidentally clicked on "Fix with Copilot" and it committed. This is so annoying. I'll remove the commit manually. |
salmart-dev
force-pushed
the
backport/62986/stable32
branch
from
August 19, 2026 09:01
3fc3ccf to
fd1daa1
Compare
The part_file_in_storage option being disabled, causes files to be uploaded in the user's root, rather than in the final directory. This, in combination with the use of upload nicknames, was not detected by the patched check, causing uploads to check for the UPDATE permissions, which is not granted for file requests, making all uploads always fail. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
joshtrichards
force-pushed
the
backport/62986/stable32
branch
from
August 19, 2026 11:15
fd1daa1 to
0aaa20b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of PR #62986