~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-09 06:02:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101209060239-t0ujftvcvd558yno
Tags: upstream-2010.12.05
ImportĀ upstreamĀ versionĀ 2010.12.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
int mysql_rm_table_part2(Session *session, TableList *tables, bool if_exists,
46
46
                         bool drop_temporary);
47
 
bool quick_rm_table(Session& session,
48
 
                    TableIdentifier &identifier);
49
47
void close_cached_table(Session *session, Table *table);
50
48
 
51
49
void wait_while_table_is_used(Session *session, Table *table,