~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

Merged from moriyoshi.

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