~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                         bool drop_temporary, bool drop_view, bool log_query);
29
29
bool quick_rm_table(handlerton *base,const char *db,
30
30
                    const char *table_name, uint flags);
31
 
void close_cached_table(THD *thd, TABLE *table);
 
31
void close_cached_table(THD *thd, Table *table);
32
32
 
33
 
void wait_while_table_is_used(THD *thd, TABLE *table,
 
33
void wait_while_table_is_used(THD *thd, Table *table,
34
34
                              enum ha_extra_function function);
35
35
bool mysql_checksum_table(THD* thd, TABLE_LIST* table_list,
36
36
                          HA_CHECK_OPT* check_opt);