Allow byte[] blobs for unsafe mysql package
The previous minor release allowed byte[] blobs, whereas 3.2.0 did not, even for the unsafe version.
In this bugfix release, byte[] blobs are supported, but only for unsafe code. Any code using byte[] for blobs should migrate to using ubyte[] instead.