ansible/lib
Sergey Trukhin 78158c2e63 mysql_db: Add option hex_blob in db_dump operation (#23891)
Added support for --hex-blob option to mysql_db module.
This option is for dump binary columns using hexadecimal notation (for example, 'abc' becomes 0x616263).
The affected data types are BINARY, VARBINARY, the BLOB types, and BIT.
2019-10-20 11:48:46 +05:30
..
ansible mysql_db: Add option hex_blob in db_dump operation (#23891) 2019-10-20 11:48:46 +05:30