~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1163
1163
/* statistics and info */
1164
1164
bool ha_show_status(Session *session, handlerton *db_type, enum ha_stat_type stat);
1165
1165
 
1166
 
/* discovery */
1167
 
int ha_create_table_from_engine(Session* session, const char *db, const char *name);
1168
 
int ha_discover(Session* session, const char* dbname, const char* name,
1169
 
                unsigned char** frmblob, size_t* frmlen);
1170
1166
int ha_find_files(Session *session,const char *db,const char *path,
1171
1167
                  const char *wild, bool dir, List<LEX_STRING>* files);
1172
1168
int ha_table_exists_in_engine(Session* session, const char* db, const char* name);