~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/oldlibdrizzle.cc

MergeĀ fromĀ Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
  while ((item=it++))
344
344
  {
345
345
    char *pos;
346
 
    Send_field field;
 
346
    SendField field;
347
347
    item->make_field(&field);
348
348
 
349
349
    prepareForResend();