Information Schema INNODB_SYS_FIELDS Table
The INNODB_SYS_FIELDS table lists the fields that comprise InnoDB indexes, detailing their position within the index structure.
Column
Description
Example
SELECT * FROM information_schema.INNODB_SYS_FIELDS LIMIT 3\G
*************************** 1. row ***************************
INDEX_ID: 11
NAME: ID
POS: 0
*************************** 2. row ***************************
INDEX_ID: 12
NAME: FOR_NAME
POS: 0
*************************** 3. row ***************************
INDEX_ID: 13
NAME: REF_NAME
POS: 0
3 rows in set (0.00 sec)PreviousInformation Schema INNODB_SYS_DATAFILES TableNextInformation Schema INNODB_SYS_FOREIGN Table
Last updated
Was this helpful?

