~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
int mysql_rm_table_part2(THD *thd, TableList *tables, bool if_exists,
32
32
                         bool drop_temporary, bool drop_view, bool log_query);
33
33
bool quick_rm_table(handlerton *base,const char *db,
34
 
                    const char *table_name, uint flags);
 
34
                    const char *table_name, uint32_t flags);
35
35
void close_cached_table(THD *thd, Table *table);
36
36
 
37
37
void wait_while_table_is_used(THD *thd, Table *table,