~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

  • Committer: Brian Aker
  • Date: 2008-07-31 19:40:12 UTC
  • Revision ID: brian@tangent.org-20080731194012-oat11oy5vombrb1b
First pass of CHAR removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2291
2291
           we'll dump in hex only BLOB columns.
2292
2292
        */
2293
2293
        is_blob= (opt_hex_blob && field->charsetnr == 63 &&
2294
 
                  (field->type == DRIZZLE_TYPE_STRING ||
2295
 
                   field->type == DRIZZLE_TYPE_VARCHAR ||
 
2294
                  (field->type == DRIZZLE_TYPE_VARCHAR ||
2296
2295
                   field->type == DRIZZLE_TYPE_BLOB)) ? 1 : 0;
2297
2296
        if (extended_insert && !opt_xml)
2298
2297
        {