~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2009-09-22 07:35:28 UTC
  • mfrom: (971.6.10 eday-dev)
  • Revision ID: brian@gaz-20090922073528-xgm634aomuflqxl3
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
4540
4540
 
4541
4541
  assert(drizzle_tmpdir);
4542
4542
 
4543
 
  if (!(session= new Session(listen_handler.getTmpProtocol())))
 
4543
  if (!(session= new Session(listen_handler.getNullClient())))
4544
4544
    return true;
4545
4545
  session->thread_stack= (char*) &session;
4546
4546
  session->storeGlobals();