This command retrieves a list of fields (columns) for a specified table, similar to the SHOW COLUMNS SQL statement.
This command is deprecated and not used by MariaDB connectors any more. Use the SQL statements SHOW COLUMNS or SELECT FROM INFORMATION_SCHEMA.COLUMNS instead.
int<1> 0x04 : COM_FIELD_LIST header.
0x04
COM_FIELD_LIST
Zero or more result set rows.
EOF packet.
This page is licensed: CC BY-SA / Gnu FDL
Last updated 5 months ago
Was this helpful?