Details
-
Technical task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
N/A
-
None
Description
a9499a38 |
MariaDB [elenst]> create table t1 (a int) partition by hash(a); |
Query OK, 0 rows affected (0.477 sec) |
|
MariaDB [elenst]> alter table t1 engine=S3; |
ERROR 155 (HY000): Table elenst.#sql-45b7_a#P#p0 doesn't exist in s3 |
MariaDB [elenst]> show warnings;
|
+-------+------+--------------------------------------------------------------------------------------------------------------------------+
|
| Level | Code | Message |
|
+-------+------+--------------------------------------------------------------------------------------------------------------------------+
|
| Error | 155 | Table elenst.#sql-45b7_a#P#p0 doesn't exist in s3 | |
| Error | 1025 | Error on rename of './elenst/#sql-45b7_a' to './elenst/t1' (errno: 155 "The table does not exist in the storage engine") | |
+-------+------+--------------------------------------------------------------------------------------------------------------------------+ |
2 rows in set (0.000 sec) |
Maybe partitioning is not supported for S3, but then it could produce a better message.
Attachments
Issue Links
- relates to
-
MDEV-19416 Test S3 Storage engine
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Status | Confirmed [ 10101 ] | Open [ 1 ] |
Link |
This issue relates to |
Component/s | Storage Engine - S3 [ 15100 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Michael Widenius [ monty ] | Vladislav Lesin [ vlad.lesin ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Link | This issue is duplicated by MENT-81 [ MENT-81 ] |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 96712 ] | MariaDB v4 [ 156183 ] |
The fix for 10.5: https://github.com/vlad-lesin/mariadb-server/tree/bb-10.5-MDEV-19464-s3-parts
Testing: https://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.5-MDEV-19464-s3-parts