Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.4.26, 10.5.17, 10.6.9, 10.7.5, 10.8.4, 10.9.2, 10.10.1
Description
When running mariadb-upgrade it provides confusing statements:
schema1.table1
error : Table rebuild required. Please do "ALTER TABLE `table1` FORCE" or dump/reload to fix it!
schema1.table2 OK
schema1.table3
error : Table rebuild required. Please do "ALTER TABLE `table3` FORCE" or dump/reload to fix it!
schema1.table4 OK
...
`schema1`.`table1` FIXED
`schema1`.`table4` FIXED
At the end of the upgrade mariadb-upgrade does the ALTER TABLE FORCE itself. So user does not need to do it.
So it would be more meaningful to print a message like "Table rebuild required. I do it further down..."
Customer was confused (an I was as well when reading the first time).
Would be a good task for a simple community contribution if it will be decided to be implemented...
Attachments
Issue Links
- blocks
-
MDEV-28822 Table from older version requires table rebuild when adding column to table with multi-column index
-
- Closed
-
- is blocked by
-
MDEV-29672 Add MTR tests covering key and key segment flags and types
-
- Closed
-
- is caused by
-
MDEV-20704 An index on a double column erroneously uses prefix compression
-
- Closed
-
-
MDEV-28727 ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade
-
- Closed
-
- relates to
-
MDEV-28822 Table from older version requires table rebuild when adding column to table with multi-column index
-
- Closed
-
-
MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrary data type
-
- Closed
-
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Labels | beginner-friendly |
Link |
This issue is blocked by |
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Component/s | Data Definition - Alter Table [ 10114 ] | |
Component/s | Storage Engine - InnoDB [ 10129 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Affects Version/s | 10.10.1 [ 27913 ] | |
Affects Version/s | 10.9.2 [ 27115 ] | |
Affects Version/s | 10.8.4 [ 27503 ] | |
Affects Version/s | 10.7.5 [ 27505 ] | |
Affects Version/s | 10.6.9 [ 27507 ] | |
Affects Version/s | 10.5.17 [ 27509 ] | |
Affects Version/s | 10.4.26 [ 27511 ] | |
Assignee | Marko Mäkelä [ marko ] | |
Labels | beginner-friendly | regression-10.4 |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Labels | regression-10.4 | beginner-friendly regression-10.4 |
Link |
This issue is blocked by |
Assignee | Marko Mäkelä [ marko ] | Alexander Barkov [ bar ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue is blocked by |
Assignee | Alexander Barkov [ bar ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Link |
This issue blocks |
Assignee | Sergei Golubchik [ serg ] | Alexander Barkov [ bar ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Link |
This issue is caused by |
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Labels | beginner-friendly regression-10.4 | regression-10.4 |
Priority | Blocker [ 1 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Assignee | Alexander Barkov [ bar ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Alexander Barkov [ bar ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.4.27 [ 28405 ] | |
Fix Version/s | 10.5.18 [ 28421 ] | |
Fix Version/s | 10.6.11 [ 28441 ] | |
Fix Version/s | 10.7.7 [ 28442 ] | |
Fix Version/s | 10.8.6 [ 28443 ] | |
Fix Version/s | 10.9.4 [ 28444 ] | |
Fix Version/s | 10.10.2 [ 28410 ] | |
Fix Version/s | 10.11.1 [ 28454 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 34960 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 34985 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 34988 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 34995 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 35111 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 35228 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 35259 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 34988 ] |
Remote Link | This issue links to "Page (MariaDB Confluence)" [ 35323 ] |
Zendesk Related Tickets | 201658 178392 199385 | |
Zendesk active tickets | 201658 |
Thank you for the report. I think that we simply need a better fix of
MDEV-28727, to actually fix what was requested.Demanding a table rebuild when only some metadata (.frm file contents) is in an old format feels excessive to me.