~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

  • Committer: Monty Taylor
  • Date: 2008-07-31 20:54:55 UTC
  • mfrom: (243 drizzle)
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731205455-w5c7bplk91v2o1qb
MergedĀ fromĀ trunk.

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
        {