Bug #68621 | Undocumented index type 32 | ||
---|---|---|---|
Submitted: | 10 Mar 2013 10:53 | Modified: | 28 May 2013 15:05 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6.10 | OS: | Any |
Assigned to: | Bugs System | CPU Architecture: | Any |
[10 Mar 2013 10:53]
Daniël van Eeden
[10 Mar 2013 10:54]
Daniël van Eeden
change title...
[11 Mar 2013 9:50]
Erlend Dahl
Thank you for the bug report.
[28 May 2013 15:05]
Bugs System
Added index type values and PAGE_NO description to 5.6/5.7 reference manual. PAGE_NO: "The root page number of the index B-tree. For full-text indexes, the "PAGE_NO" field is unused and set to -1 ("FIL_NULL") because the full-text index is laid out in several B-trees (auxiliary tables)." TYPE: "A numeric identifier signifying the kind of index. 0 = Secondary Index, 1 = Clustered Index, 2 = Unique Index, 3 = Primary Index, 32 = Full-text Index." Thank you for the bug report.