Bug #72371 | DICT_TF2_FTS_AUX_HEX_NAME is set for all tables in 5.6.16+ | ||
---|---|---|---|
Submitted: | 17 Apr 2014 16:44 | Modified: | 24 Apr 2014 6:45 |
Reporter: | Alexey Kopytov | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6, 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Apr 2014 16:44]
Alexey Kopytov
[18 Apr 2014 7:19]
MySQL Verification Team
Hello Alexey, Thank you for the bug report. Verified as described. Thanks, Umesh
[18 Apr 2014 7:23]
MySQL Verification Team
// Downgrade from 5.6.17->5.6.15 2014-04-20 03:17:19 7fa1982f8700 InnoDB: Warning: table 'mysql/innodb_index_stats' InnoDB: in InnoDB data dictionary has unknown flags 50. 2014-04-20 03:17:19 7fa1982f8700 InnoDB: Warning: table 'mysql/innodb_table_stats' InnoDB: in InnoDB data dictionary has unknown flags 50. 2014-04-20 03:17:20 7fa1982f8700 InnoDB: Warning: table 'test/t1' InnoDB: in InnoDB data dictionary has unknown flags 50.
[18 Apr 2014 8:58]
Bin Su
Hi Alexey, Thanks for your report. The DICT_TF2_FTS_AUX_HEX_NAME is used to indicate that all the aux tables of a parent table are in hex format. It's marked when a table is newly created or it's upgraded from an old ambiguous table before patch of bug16559254. We do expect the flag set for newly created tables, to distinguish them from old tables without this flag. So that we can do 'ALTER TABLE' correctly in the future. Thanks.
[8 Dec 2019 0:17]
Helen He
After downgrade MySQL from 5.6.39 to 5.5.54 on my server, I saw this flag. Just wondering whether I can ignore it. Thanks!