~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-03 19:30:45 UTC
  • mfrom: (1046.1.6 merge)
  • Revision ID: brian@gaz-20090603193045-4xgeczyfixh07beg
MergeĀ forĀ Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
bool rm_temporary_table(StorageEngine *base, char *path);
162
162
void free_io_cache(Table *entry);
163
163
void intern_close_table(Table *entry);
164
 
bool close_thread_table(Session *session, Table **table_ptr);
165
164
void close_temporary_tables(Session *session);
166
165
void close_tables_for_reopen(Session *session, TableList **tables);
167
166
TableList *find_table_in_list(TableList *table,
178
177
void close_temporary(Table *table, bool free_share, bool delete_table);
179
178
bool rename_temporary_table(Table *table, const char *new_db, const char *table_name);
180
179
void remove_db_from_cache(const char *db);
181
 
void flush_tables();
182
180
bool is_equal(const LEX_STRING *a, const LEX_STRING *b);
183
181
 
184
182
/* bits for last argument to remove_table_from_cache() */