mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
mysqldump.c:
Dump VARCHAR(n) BINARY in HEX if --hex-blob too. client/mysqldump.c: Dump VARCHAR(n) BINARY in HEX if --hex-blob too.
This commit is contained in:
parent
8d5703a3c7
commit
3170761e02
1 changed files with 1 additions and 0 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue