mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Jan Lindström](/assets/img/avatar_default.png)
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
|