~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Moriyoshi Koizumi
  • Date: 2008-11-15 18:36:31 UTC
  • mto: (584.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: mozo@mozo.jp-20081115183631-81d0clowyot42mk7
Incorporating changes proposed by mtaylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2228
2228
                if (opt_hex_blob && is_blob)
2229
2229
                {
2230
2230
                  extended_row.append("0x");
2231
 
                  drizzle_hex_string(tmp_str, row[i], length);
 
2231
                  octet2hex(tmp_str, row[i], length);
2232
2232
                  extended_row.append(tmp_str);
2233
2233
                }
2234
2234
                else