~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Monty Taylor
  • Date: 2009-06-08 13:39:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090608133905-3hogrrafmfg6e5hs
Removed CHARSET_INFO stuff from protocol plugin interface - it makes no sense.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1576
1576
  {
1577
1577
    String *res;
1578
1578
    if ((res=val_str(buffer)))
1579
 
      result= protocol->store(res->ptr(),res->length(),res->charset());
 
1579
      result= protocol->store(res->ptr(),res->length());
1580
1580
    break;
1581
1581
  }
1582
1582
  case DRIZZLE_TYPE_LONG: