~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2009-04-09 01:50:49 UTC
  • mfrom: (971.3.21 eday-dev)
  • Revision ID: brian@gaz-20090409015049-ohyn58r972hkccj2
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
5911
5911
 
5912
5912
  assert(drizzle_tmpdir);
5913
5913
 
5914
 
  if (!(session= new Session))
 
5914
  if (!(session= new Session(get_protocol())))
5915
5915
    return true;
5916
5916
  session->thread_stack= (char*) &session;
5917
5917
  session->store_globals();