mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
enabled mysqldump hex-blob option for bit fields
This commit is contained in:
@ -2059,7 +2059,8 @@ static void dump_table(uint numFields, char *table)
|
||||
we'll dump in hex only BLOB columns.
|
||||
*/
|
||||
is_blob= (opt_hex_blob && field->charsetnr == 63 &&
|
||||
(field->type == MYSQL_TYPE_STRING ||
|
||||
(field->type == MYSQL_TYPE_BIT ||
|
||||
field->type == MYSQL_TYPE_STRING ||
|
||||
field->type == MYSQL_TYPE_VAR_STRING ||
|
||||
field->type == MYSQL_TYPE_VARCHAR ||
|
||||
field->type == MYSQL_TYPE_BLOB ||
|
||||
|
Reference in New Issue
Block a user