Commit b911810a authored by bar@mysql.com's avatar bar@mysql.com

mysqldump.c:

  Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
parent 5e2b6e30
......@@ -1119,6 +1119,7 @@ static void dumpTable(uint numFields, char *table)
is_blob= (opt_hex_blob && (field->flags & BINARY_FLAG) &&
(field->type == FIELD_TYPE_STRING ||
field->type == FIELD_TYPE_VAR_STRING ||
field->type == FIELD_TYPE_BLOB ||
field->type == FIELD_TYPE_LONG_BLOB ||
field->type == FIELD_TYPE_MEDIUM_BLOB ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment