mirror of
https://github.com/MariaDB/server.git
synced 2025-04-23 07:05:53 +03:00
restarting server with encryption and read-only buf0buf.cc: Temporary slots used in encryption was calculated by read_threads * write_threads. However, in read-only mode write_threads is zero. Correct way is to calculate (read_threads + write_threads) * max pending IO requests.
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
--innodb-encrypt-tables=1
|
|
--innodb-encryption-threads=4
|
|
--innodb-tablespaces-encryption
|