~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208111130-futpwptxv5he3boe
Renamed non-prefixed things from libdrizzleclient to drizzleclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1363
1363
    enum DRIZZLE_ERROR::enum_warning_level level;
1364
1364
    uint32_t diff= str->length() - wlen;
1365
1365
    set_if_smaller(diff, 3);
1366
 
    octet2hex(hexbuf, str->ptr() + wlen, diff);
 
1366
    drizzleclient_drizzleclient_octet2hex(hexbuf, str->ptr() + wlen, diff);
1367
1367
    if (send_error)
1368
1368
    {
1369
1369
      my_error(ER_INVALID_CHARACTER_STRING, MYF(0),