~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Monty Taylor
  • Date: 2010-11-25 01:53:19 UTC
  • mto: (1953.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1955.
  • Revision ID: mordred@inaugust.com-20101125015319-ia85msn25uemopgc
Re-enabled -Wformat and then cleaned up the carnage.

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);
47
49
void close_cached_table(Session *session, Table *table);
48
50
 
49
51
void wait_while_table_is_used(Session *session, Table *table,