~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Merged up with trunk.

Show diffs side-by-side

added added

removed removed

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