~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Finished first pass at Protocol cleanup, still some things to remove but they are a bit more involved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1962
1962
      continue;
1963
1963
    }
1964
1964
 
1965
 
    if (protocol->init_file_descriptor(new_sock))
 
1965
    if (protocol->setFileDescriptor(new_sock))
1966
1966
    {
1967
1967
      delete session;
1968
1968
      continue;