~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
Table *open_temporary_table(Session *session, const char *path, const char *db,
162
162
                            const char *table_name, bool link_in_list,
163
163
                            open_table_mode open_mode);
164
 
bool rm_temporary_table(handlerton *base, char *path);
 
164
bool rm_temporary_table(StorageEngine *base, char *path);
165
165
void free_io_cache(Table *entry);
166
166
void intern_close_table(Table *entry);
167
167
bool close_thread_table(Session *session, Table **table_ptr);