~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Stewart Smith
  • Date: 2008-11-19 19:49:27 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: stewart@flamingspork.com-20081119194927-u5eyq0p8why2y6v7
remove frm_only create_info option

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, bool frm_only);
 
164
bool rm_temporary_table(handlerton *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);