mysqldump.c:

Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
This commit is contained in:
bar@mysql.com 2004-11-05 20:33:56 +04:00
parent 5e2b6e3035
commit b911810af7

View file

@ -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 ||