mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
optimize encryption api
only one encryption key lookup in most cases instead of three (has_key, get_key_size, get_key).
This commit is contained in:
@@ -35,5 +35,5 @@
|
||||
#define VERSION_thd_autoinc 0x0100
|
||||
#define VERSION_thd_error_context 0x0100
|
||||
#define VERSION_thd_specifics 0x0100
|
||||
#define VERSION_encryption_keys 0x0100
|
||||
#define VERSION_encryption_keys 0x0200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user