mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
dc557ca817
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.
3 lines
88 B
Text
3 lines
88 B
Text
--innodb-encrypt-tables=1
|
|
--innodb-encryption-threads=4
|
|
--innodb-tablespaces-encryption
|