~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Created Protocol plugin interface and changed libdrizzleclient to be a plugin.

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(new Protocol_libdrizzleclient)))
 
5914
  if (!(session= new Session(get_protocol())))
5915
5915
    return true;
5916
5916
  session->thread_stack= (char*) &session;
5917
5917
  session->store_globals();