~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 18:13:47 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324181347-phblgoj913uph2hs
Rename hton to engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1124
1124
 
1125
1125
int ha_find_files(Session *session,const char *db,const char *path,
1126
1126
                  const char *wild, bool dir, List<LEX_STRING>* files);
1127
 
int ha_table_exists_in_engine(Session* session, const char* db, const char* name, StorageEngine **hton= NULL);
 
1127
int ha_table_exists_in_engine(Session* session, const char* db, const char* name, StorageEngine **engine= NULL);
1128
1128
 
1129
1129
/* key cache */
1130
1130
extern "C" int ha_init_key_cache(const char *name, KEY_CACHE *key_cache);