~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Lee Bieber
  • Date: 2010-11-03 21:56:30 UTC
  • mfrom: (1897.1.11 catalogs)
  • Revision ID: kalebral@gmail.com-20101103215630-s41qvjflz392ub5m
Merge Brian - refactor lex

Show diffs side-by-side

added added

removed removed

Lines of Context:
1547
1547
                           message::Table &table_proto);
1548
1548
  bool doDoesTableExist(const drizzled::TableIdentifier &identifier);
1549
1549
 
 
1550
private:
1550
1551
  void close_temporary_tables();
 
1552
public:
1551
1553
  void close_temporary_table(Table *table);
1552
1554
  // The method below just handles the de-allocation of the table. In
1553
1555
  // a better memory type world, this would not be needed.
1570
1572
  int setup_conds(TableList *leaves, COND **conds);
1571
1573
  int lock_tables(TableList *tables, uint32_t count, bool *need_reopen);
1572
1574
 
1573
 
  Table *create_virtual_tmp_table(List<CreateField> &field_list);
1574
 
  
1575
1575
  drizzled::util::Storable *getProperty(const std::string &arg)
1576
1576
  {
1577
1577
    return life_properties[arg];