~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Monty Taylor
  • Date: 2009-04-08 07:16:54 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 986.
  • Revision ID: mordred@inaugust.com-20090408071654-3bg2ek90us0fioc8
Store StorageEngine in system variables, rather than storage engine plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
 
234
234
/* lookups */
235
235
StorageEngine *ha_default_storage_engine(Session *session);
236
 
st_plugin_int *ha_resolve_by_name(Session *session, const LEX_STRING *name);
237
 
st_plugin_int *ha_lock_engine(Session *session, StorageEngine *engine);
 
236
StorageEngine *ha_resolve_by_name(Session *session, const LEX_STRING *name);
238
237
handler *get_new_handler(TABLE_SHARE *share, MEM_ROOT *alloc,
239
238
                         StorageEngine *db_type);
240
239
const std::string ha_resolve_storage_engine_name(const StorageEngine *db_type);