mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-9010 Encryption preset file contains different configuration preset then documentation
* clarify the comment in the preset file * make boolean --aria-encrypt-tables option to work without an argument
This commit is contained in:
parent
239e0c571e
commit
937aa7ad77
4 changed files with 12 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
--aria-encrypt-tables=ON
|
||||
--encrypt-tmp-disk-tables=ON
|
||||
--innodb-encrypt-tables=ON
|
||||
--innodb-encrypt-log=ON
|
||||
--aria-encrypt-tables
|
||||
--encrypt-tmp-disk-tables
|
||||
--innodb-encrypt-tables
|
||||
--innodb-encrypt-log
|
||||
--innodb-encryption-rotate-key-age=15
|
||||
--innodb-encryption-threads=4
|
||||
--innodb-tablespaces-encryption
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ NUMERIC_MAX_VALUE NULL
|
|||
NUMERIC_BLOCK_SIZE NULL
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
COMMAND_LINE_ARGUMENT REQUIRED
|
||||
COMMAND_LINE_ARGUMENT OPTIONAL
|
||||
VARIABLE_NAME ARIA_FORCE_START_AFTER_RECOVERY_FAILURES
|
||||
SESSION_VALUE NULL
|
||||
GLOBAL_VALUE 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue