~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/oldlibdrizzle.cc

  • Committer: Brian Aker
  • Date: 2009-09-23 21:40:36 UTC
  • mfrom: (971.6.13 eday-purecov)
  • Revision ID: brian@gaz-20090923214036-bustj80ei8ysbayf
Old message removal by Eric (no actual code has been harmed in the production of
this patch...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
 
391
391
    packet->length((uint32_t) (pos - packet->ptr()));
392
392
    if (flush())
393
 
      break;                    /* purecov: inspected */
 
393
      break;
394
394
  }
395
395
 
396
396
  /*
406
406
 
407
407
err:
408
408
  my_message(ER_OUT_OF_RESOURCES, ER(ER_OUT_OF_RESOURCES),
409
 
             MYF(0));    /* purecov: inspected */
410
 
  return 1;                /* purecov: inspected */
 
409
             MYF(0));
 
410
  return 1;
411
411
}
412
412
 
413
413