mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
encryption cleanup: small changes
* comments * move my_bytes_to_key() and my_aes_hex2uint() into file_key_management_plugin * rename HA_INSERT_ORDER -> HA_PRESERVE_INSERT_ORDER * remove unused variables and declarations * fix casts * don't link innodb with pcre * remove redundant entries from aria's TARGET_LINK_LIBRARIES
This commit is contained in:
@ -1616,7 +1616,7 @@ int plugin_init(int *argc, char **argv, int flags)
|
||||
goto err_unlock;
|
||||
|
||||
/*
|
||||
initialize the global default storage engine so that it may
|
||||
set the global default storage engine variable so that it will
|
||||
not be null in any child thread.
|
||||
*/
|
||||
global_system_variables.table_plugin=
|
||||
|
Reference in New Issue
Block a user