~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Eric Day
  • Date: 2009-08-06 07:14:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090806071437-c3baqgtvsdxp1l1a
Renamed Protocol to Client, cleaned up some unnecessary methods along the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4768
4768
 
4769
4769
  assert(drizzle_tmpdir);
4770
4770
 
4771
 
  if (!(session= new Session(listen_handler.getTmpProtocol())))
 
4771
  if (!(session= new Session(listen_handler.getTmpClient())))
4772
4772
    return true;
4773
4773
  session->thread_stack= (char*) &session;
4774
4774
  session->storeGlobals();