~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Mark Atwood
  • Date: 2011-10-14 15:59:08 UTC
  • mfrom: (2430.1.12 refactor3a)
  • Revision ID: me@mark.atwood.name-20111014155908-whqmrmaf2grpsg5c
mergeĀ lp:~olafvdspek/drizzle/refactor3

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
    allocate memory for a deep copy: current database may be freed after
888
888
    a statement is parsed but before it's executed.
889
889
  */
890
 
  bool copy_db_to(char*& p_db, size_t& p_db_length);
 
890
  str_ref copy_db_to() const;
891
891
 
892
892
public:
893
893