~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Mark Atwood
  • Date: 2011-05-03 06:15:46 UTC
  • mfrom: (2280.1.10 prune3)
  • Revision ID: me@mark.atwood.name-20110503061546-1anpohbzcy1tzmc7
mergeĀ lp:~olafvdspek/drizzle/prune3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1066
1066
  void close_thread_tables();
1067
1067
  void close_old_data_files(bool morph_locks= false,
1068
1068
                            bool send_refresh= false);
1069
 
  void close_open_tables();
1070
1069
  void close_data_files_and_morph_locks(const identifier::Table &identifier);
1071
1070
 
1072
1071
  /**
1167
1166
 
1168
1167
  bool arg_of_last_insert_id_function; // Tells if LAST_INSERT_ID(#) was called for the current statement
1169
1168
private:
1170
 
  bool free_cached_table(boost::mutex::scoped_lock &scopedLock);
1171
1169
  drizzled::util::Storable* getProperty0(const std::string&);
1172
1170
  void setProperty0(const std::string&, drizzled::util::Storable*);
1173
1171