~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 17:44:41 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324174441-nmsq0gwjlgf7f0mt
Changed handlerton to StorageEngine.

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