Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL), 10.5
-
None
Description
During DDL, if one partition requires table rebuild and other partition doesn't need rebuild then all partition should be forced to rebuild.
In ha_innobase::commit_inplace_alter_table() assumes that all partition does same operation
/* Apply the changes to the data dictionary tables, for all
|
partitions. */
|
|
for (inplace_alter_handler_ctx** pctx = ctx_array;
|
*pctx && !fail; pctx++) {
|
ha_innobase_inplace_ctx* ctx
|
= static_cast<ha_innobase_inplace_ctx*>(*pctx);
|
|
DBUG_ASSERT(new_clustered == ctx->need_rebuild());
|
|
fail = commit_set_autoinc(ha_alter_info, ctx, altered_table,
|
table);
|
Attachments
Issue Links
- relates to
-
MDEV-22465 DROP COLUMN, DROP INDEX is wrongly claimed to be ALGORITHM=INSTANT
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Thirunarayanan Balathandayuthapani [ thiru ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Attachment | workaround_MDEV-21832.patch [ 50705 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Thirunarayanan Balathandayuthapani [ thiru ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Thirunarayanan Balathandayuthapani [ thiru ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2020-03-30 09:56:39.0 | 2020-03-30 09:56:39.382 |
Component/s | Partitioning [ 10802 ] | |
Fix Version/s | 10.3.24 [ 24225 ] | |
Fix Version/s | 10.4.14 [ 24226 ] | |
Fix Version/s | 10.5.3 [ 24263 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.4.13 [ 24223 ] |
Fix Version/s | 10.4.14 [ 24226 ] |
Fix Version/s | 10.3.23 [ 24222 ] | |
Fix Version/s | 10.3.24 [ 24225 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 104366 ] | MariaDB v4 [ 157376 ] |
Patch is in bb-10.4-
MDEV-21832