~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/net_serv.c

Merging trunk changes from over weekend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
503
503
  my_bool net_blocking = vio_is_blocking(net->vio);
504
504
  DBUG_ENTER("net_real_write");
505
505
 
506
 
#if defined(MYSQL_SERVER) && defined(USE_QUERY_CACHE)
507
 
  query_cache_insert((char*) packet, len, net->pkt_nr);
508
 
#endif
509
 
 
510
506
  if (net->error == 2)
511
507
    DBUG_RETURN(-1);                            /* socket can't be used */
512
508