Information Schema INNODB_SYS_VIRTUAL Table
MariaDB starting with 10.2
The INNODB_SYS_VIRTUAL
table was added in MariaDB 10.2.
The Information Schema INNODB_SYS_VIRTUAL
table contains information about base columns of virtual columns. The PROCESS
privilege is required to view the table.
It contains the following columns:
Field | Type | Null | Key | Default | Description |
TABLE_ID | bigint(21) unsigned | NO | 0 | ||
POS | int(11) unsigned | NO | 0 | ||
BASE_POS | int(11) unsigned | NO | 0 |
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.