Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: 10.2
-
Fix Version/s: N/A
-
Component/s: Data Definition - Alter Table
-
Labels:
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
However, downgrading it back to 10.2.15 didn't changed VARCHAR(199) to VARCHAR(64)
$ mysql_upgrade --upgrade-system-tables
|
|
The --upgrade-system-tables option was used, user tables won't be touched.
|
|
Phase 1/7: Checking and upgrading mysql database
|
Processing databases
|
|
mysql
|
.
|
mysql.innodb_index_stats OK
|
mysql.innodb_table_stats OK
|
.
|
Phase 7/7: Running 'FLUSH PRIVILEGES'
|
OK
|
Attachments
Issue Links
- relates to
-
MDEV-14637 Latching order violation during btr_cur_pessimistic_delete()
-
- Closed
-