~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2010-11-27 23:09:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1960.
  • Revision ID: brian@tangent.org-20101127230922-8xo5oh0miv0mbime
Update tableidentifier so that it is const in many callers.

Show diffs side-by-side

added added

removed removed

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