~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/discover_ms.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 14:21:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704142118-fvz79ljqegxggwfv
RemoveĀ unusedĀ param

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
        for (uint i= 0; (tmp= int_it++); i++)
318
318
        {
319
319
          uint lengthsp;
320
 
          if (String::needs_conversion(tmp->length(), tmp->charset(),
321
 
                                       cs, &dummy))
 
320
          if (String::needs_conversion(tmp->length(), tmp->charset(), cs))
322
321
          {
323
322
            uint cnv_errs;
324
323
            conv.copy(tmp->ptr(), tmp->length(), tmp->charset(), cs, &cnv_errs);