~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

Merged in plugin-registration.  handlerton now == StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                    bool drop_temporary);
37
37
int mysql_rm_table_part2(Session *session, TableList *tables, bool if_exists,
38
38
                         bool drop_temporary, bool log_query);
39
 
bool quick_rm_table(handlerton *base,const char *db,
 
39
bool quick_rm_table(StorageEngine *base,const char *db,
40
40
                    const char *table_name, uint32_t flags);
41
41
void close_cached_table(Session *session, Table *table);
42
42