~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.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:
220
220
  }
221
221
  case COM_QUIT:
222
222
    /* We don't calculate statistics for this command */
223
 
    session->protocol->set_error(0);
 
223
    session->protocol->setError(0);
224
224
    session->main_da.disable_status();              // Don't send anything back
225
225
    error=true;                                 // End server
226
226
    break;