~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqldump.c

  • Committer: Brian Aker
  • Date: 2008-07-08 18:37:01 UTC
  • Revision ID: brian@tangent.org-20080708183701-2g828ir7rpnirv3f
Second pass at removing old varchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2340
2340
        */
2341
2341
        is_blob= (opt_hex_blob && field->charsetnr == 63 &&
2342
2342
                  (field->type == MYSQL_TYPE_STRING ||
2343
 
                   field->type == MYSQL_TYPE_VAR_STRING ||
2344
2343
                   field->type == MYSQL_TYPE_VARCHAR ||
2345
2344
                   field->type == MYSQL_TYPE_BLOB ||
2346
2345
                   field->type == MYSQL_TYPE_LONG_BLOB ||