Feature
This view provides information about storage engines.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| Engine | varchar(64) | NO | The name of the storage engine. |
| Support | varchar(80) | NO | Indicates whether the storage engine is supported. |
| Comment | varchar(3) | NO | The comment. |
| Transactions | varchar(3) | NO | Indicates whether the storage engine supports transactions. |
| XA | varchar(3) | NO | Indicates whether the storage engine supports XA transactions. |
| Savepoints | varchar(3) | NO | Indicates whether the storage engine supports savepoints. |