mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 11:32:29 +01:00
5e5c3c7cb6
* remove duplicate test file * move all uuidv7 tests into plugin/type_uuid/mysql-test/type_uuid/ * remove mysys/ changes * auto my_random_bytes() fallback - removes duplicate code from uuid, and fixes all other users of my_random_bytes() that don't check the return value (because, perhaps, they don't need crypto-strong random bytes) * End of 11.6 -> 11.7 in tests * clarify the warning text * UUID_VERSION_MASK()/UUID_VARIANT_MASK() must not depend on the version * allow 4x more monotonic uuidv7 per millisecond - instead of stretching 1000 microseconds over 12 bits, let's use extra 2 bits as a counter * rename for compatibility with Percona Server (uuid_v4, uuid_v7) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
my_crypt.cc | ||
my_md5.cc | ||
my_sha.inl | ||
my_sha1.cc | ||
my_sha224.cc | ||
my_sha256.cc | ||
my_sha384.cc | ||
my_sha512.cc | ||
openssl.c |