mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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.
89 B
89 B