~mordred/drizzle/add-drizzle-namespace

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-11-14 23:51:37 UTC
  • mfrom: (1217.1.2 staging)
  • Revision ID: brian@gaz-20091114235137-k8yrpjlmo9qj36w6
Remove open mode/dead bits around dead temp type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1466
1466
  int drop_temporary_table(TableList *table_list);
1467
1467
  bool rm_temporary_table(drizzled::plugin::StorageEngine *base, char *path);
1468
1468
  Table *open_temporary_table(const char *path, const char *db,
1469
 
                              const char *table_name, bool link_in_list,
1470
 
                              open_table_mode open_mode);
 
1469
                              const char *table_name, bool link_in_list);
1471
1470
  
1472
1471
  /* Reopen operations */
1473
1472
  bool reopen_tables(bool get_locks, bool mark_share_as_old);