~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1403
1403
  /* Work with temporary tables */
1404
1404
  Table *find_temporary_table(TableList *table_list);
1405
1405
  Table *find_temporary_table(const char *db, const char *table_name);
 
1406
  void doGetTableNames(CachedDirectory &directory,
 
1407
                       const std::string& db_name,
 
1408
                       std::set<std::string>& set_of_names);
 
1409
  int doGetTableDefinition(const char *path,
 
1410
                           const char *db,
 
1411
                           const char *table_name,
 
1412
                           const bool is_tmp,
 
1413
                           message::Table *table_proto);
1406
1414
 
1407
1415
  void close_temporary_tables();
1408
1416
  void close_temporary_table(Table *table);