~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-02 08:22:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1047.
  • Revision ID: brian@gaz-20090602082240-02qgwqy6qq102n4g
Remove dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
void close_temporary(Table *table, bool free_share, bool delete_table);
179
179
bool rename_temporary_table(Table *table, const char *new_db, const char *table_name);
180
180
void remove_db_from_cache(const char *db);
181
 
void flush_tables();
182
181
bool is_equal(const LEX_STRING *a, const LEX_STRING *b);
183
182
 
184
183
/* bits for last argument to remove_table_from_cache() */