Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.11
-
None
-
10.0.20
Description
See also MDEV-8178
Initially mentioned on the mailing list: https://lists.launchpad.net/maria-discuss/msg02496.html
Dataset: salaries table in the employees sample database.
Examples of statements that show progress report on 5.5 and 10.1, but not on 10.0.
ALTER TABLE salaries ENGINE = Innodb; |
ALTER TABLE salaries ADD id INT NULL; |
ALTER TABLE salaries DROP id; |
ALTER TABLE salaries ROW_FORMAT = COMPRESSED; |
It happened somewhere between 10.0.10 and 10.0.11.
For MyISAM, progress is displayed.
Attachments
Issue Links
- relates to
-
MDEV-8471 No progress report for online DDL of InnoDB tables
-
- Closed
-
-
MDEV-29913 Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init upon bulk load
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Sergei Golubchik [ serg ] | Jan Lindström [ jplindst ] |
Sprint | 10.0.20 [ 5 ] |
Rank | Ranked higher |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Assignee | Jan Lindström [ jplindst ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Jan Lindström [ jplindst ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.0.20 [ 19201 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 67561 ] | MariaDB v4 [ 149184 ] |
Link |
This issue relates to |