~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/vio.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 01:51:45 UTC
  • Revision ID: brian@tangent.org-20101028015145-c5z78n0adw4no03k
Support for MySQL UNIX Socket protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  if (error != 0)
115
115
  {
116
116
    perror("setsockopt");
117
 
    assert(error == 0);
118
117
  }
119
118
 
120
119
  return error;