~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/oldlibdrizzle.cc

  • Committer: Eric Day
  • Date: 2009-08-06 07:58:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090806075838-maigviisdrpxlh6a
Fixed bug, accidently removed prepareForResend call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
    SendField field;
356
356
    item->make_field(&field);
357
357
 
 
358
    prepareForResend();
 
359
 
358
360
    if (store(STRING_WITH_LEN("def")) ||
359
361
        store(field.db_name) ||
360
362
        store(field.table_name) ||