Binaries in database logs are difficult to read. When working with MySQL backend, we should consider replacing explicit binaries with UUID_TO_BIN('human-readable-uuid')andBIN_TO_UUID` function calls.
See:
Unfortunately, MariaDB does not provide such functions yet. See:
Binaries in database logs are difficult to read. When working with MySQL backend, we should consider replacing explicit binaries with UUID_TO_BIN('human-readable-uuid')
andBIN_TO_UUID` function calls.See:
Unfortunately, MariaDB does not provide such functions yet. See: