236
236
plugin_ref db_plugin; /* storage engine plugin */
237
237
inline handlerton *db_type() const /* table_type for handler */
240
240
return db_plugin ? plugin_data(db_plugin, handlerton*) : NULL;
242
242
enum row_type row_type; /* How rows are stored */