[MDEV-17988] mysql_upgrade failed to revert innodb_index/table_stats tables column datatype length Created: 2018-12-12 Updated: 2019-01-14 Resolved: 2019-01-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Muhammad Irfan | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Issue Links: |
|
||||||||
| Description |
|
table_name field in both tables (innodb_table_stats & innodb_index_stats) are increased to 199 from 64 for VARCHAR in 10.2.17
|
| Comments |
| Comment by Elena Stepanova [ 2018-12-12 ] |
|
mysql_upgrade doesn't downgrade, it's an upgrade script, as the name suggests. There is no formal downgrade procedure, and neither is it guaranteed to work between an arbitrary pair of releases – usually it would (between close enough minor releases), but sometimes it won't. |
| Comment by Marko Mäkelä [ 2018-12-13 ] |
|
The table definition was corrected as part of the |