~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Lee Bieber
  • Date: 2010-11-17 16:33:43 UTC
  • mfrom: (1935.1.2 build)
  • Revision ID: kalebral@gmail.com-20101117163343-su79jo0bxsv9tff1
Merge Joe - binlog clean up
Merge Joe - fix bug 674588: Transaction ID not unique

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
 
void write_bin_log_drop_table(Session *session,
48
 
                              bool if_exists, const char *db_name,
49
 
                              const char *table_name);
50
47
bool quick_rm_table(Session& session,
51
48
                    TableIdentifier &identifier);
52
49
void close_cached_table(Session *session, Table *table);