~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2009-05-27 23:03:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090527230342-aeawr11tz8ra050q
Refactor for build_table_filename()

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(StorageEngine *base,const char *db,
40
 
                    const char *table_name, uint32_t flags);
 
39
bool quick_rm_table(StorageEngine *, const char *db,
 
40
                    const char *table_name, bool is_tmp);
41
41
void close_cached_table(Session *session, Table *table);
42
42
 
43
43
void wait_while_table_is_used(Session *session, Table *table,