~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Monty Taylor
  • Date: 2008-09-15 00:45:28 UTC
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: monty@inaugust.com-20080915004528-okbr4xv40lgvgww4
Removed libvio deps from drizzled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
  uint32_t pkt_len= 0;
237
237
  char *end;
238
238
 
239
 
#ifdef SIGNAL_WITH_VIO_CLOSE
240
 
  thd->set_active_vio(net->vio);
241
 
#endif
242
 
 
243
239
  // TCP/IP connection
244
240
  {
245
241
    char ip[NI_MAXHOST];