~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-11-16 05:02:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1934.
  • Revision ID: brian@tangent.org-20101116050244-n4oj7szpg3mvz483
1) Make sure the query string always has an std::string in it. 
2) Fix performance schema such that we pass down the shared_ptr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  mem_root(&main_mem_root),
162
162
  xa_id(0),
163
163
  lex(&main_lex),
 
164
  query(new std::string),
164
165
  catalog("LOCAL"),
165
166
  client(client_arg),
166
167
  scheduler(NULL),