Skip to main content
Version: Latest-3.2

engines

engines provides information about storage engines.

The following fields are provided in engines:

FieldDescription
ENGINEThe name of the storage engine.
SUPPORTThe server's level of support for the storage engine. Valid values:
  • YES: The engine is supported and active.
  • DEFAULT: Like YES, plus this is the default engine.
  • NO: The engine is not supported.
  • DISABLED: The engine is supported but has been disabled.
COMMENTA brief description of the storage engine.
TRANSACTIONSWhether the storage engine supports transactions.
XAWhether the storage engine supports XA transactions.
SAVEPOINTSWhether the storage engine supports savepoints.