Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
Description
Creating S3 tables to huawei buckets cause 500 error
Huawei vendor suggests:
Changing the content type to "multipart/form-data." |
|
|
|
Removing the content type parameter ("application/x-www-form-urlencoded") entirely, meaning not specifying any content type in the request. |
It seems it is needed to set the mime type using libcurl's mime API.
Attachments
Issue Links
- causes
-
MDEV-34937 s3 engine no longer functional on non-gcc builds
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MENT-2130 [ MENT-2130 ] |
Assignee | Andrew Hutchings [ JIRAUSER52179 ] |
Zendesk active tickets | 204449 |
Fix Version/s | 11.7 [ 29815 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 11.7 [ 29815 ] |
Assignee | Andrew Hutchings [ JIRAUSER52179 ] | Michael Widenius [ monty ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2024-09-11 15:02:41.0 | 2024-09-11 15:02:40.675 |
Fix Version/s | 10.6.20 [ 29903 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.11.10 [ 29904 ] | |
Fix Version/s | 11.2.6 [ 29906 ] | |
Fix Version/s | 11.4.4 [ 29907 ] |
Link | This issue relates to TODO-4908 [ TODO-4908 ] |
Link |
This issue causes |
Link | This issue blocks TODO-4908 [ TODO-4908 ] |
Link | This issue relates to TODO-4908 [ TODO-4908 ] |
Two pull requests for this:
https://github.com/mariadb-corporation/libmarias3/pull/118
and
https://github.com/MariaDB/server/pull/3499
The server one will require the first one to be merged first, then updated to have a submodule update.
In case I forget later, docs update information is in the second PR.