~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/net_serv.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
  return net->vio->get_fd();
151
151
}
152
152
 
153
 
bool drizzleclient_net_more_data(NET *net)
154
 
{
155
 
  return net->vio == 0; // bug?
156
 
}
157
 
 
158
153
/** Realloc the packet buffer. */
159
154
 
160
155
static bool drizzleclient_net_realloc(NET *net, size_t length)