~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/libdrizzle.c

  • Committer: Brian Aker
  • Date: 2009-03-10 07:23:05 UTC
  • mto: This revision was merged to the branch mainline in revision 925.
  • Revision ID: brian@tangent.org-20090310072305-jan5y25z6nib370b
Remove final dead COM bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
}
215
215
 
216
216
 
217
 
int
218
 
drizzleclient_refresh(DRIZZLE *drizzle, uint32_t options)
219
 
{
220
 
  unsigned char bits[1];
221
 
  bits[0]= (unsigned char) options;
222
 
  return(simple_command(drizzle, COM_REFRESH, bits, 1, 0));
223
 
}
224
 
 
225
 
 
226
217
const char *drizzleclient_cli_read_statistics(DRIZZLE *drizzle)
227
218
{
228
219
  drizzle->net.read_pos[drizzle->packet_length]=0;  /* End of stat string */