~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-11-17 00:27:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091117002752-w6ilss4ebow6goea
Cleanup interface for open session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1472
1472
  int drop_temporary_table(TableList *table_list);
1473
1473
  bool rm_temporary_table(drizzled::plugin::StorageEngine *base, char *path);
1474
1474
  Table *open_temporary_table(const char *path, const char *db,
1475
 
                              const char *table_name, bool link_in_list);
 
1475
                              const char *table_name, bool link_in_list= true);
1476
1476
  
1477
1477
  /* Reopen operations */
1478
1478
  bool reopen_tables(bool get_locks, bool mark_share_as_old);