MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
feature_info Struct Reference

Public Attributes

uint32_t feature
const char * description

Detailed Description

Definition at line 182 of file engine.h.

Member Data Documentation

const char* feature_info::description

A textual description of the feature. (null will print the registered name for the feature (or "Unknown feature"))

Definition at line 192 of file engine.h.

uint32_t feature_info::feature

The identifier of this feature. All values with the most significant bit cleared is reserved for "registered" features.

Definition at line 187 of file engine.h.


The documentation for this struct was generated from the following file: