mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-11835: InnoDB: Failing assertion: free_slot != NULL on
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.
This commit is contained in:
3
mysql-test/suite/encryption/r/innodb-read-only.result
Normal file
3
mysql-test/suite/encryption/r/innodb-read-only.result
Normal file
@ -0,0 +1,3 @@
|
||||
# Wait max 10 min for key encryption threads to encrypt all spaces
|
||||
# Success!
|
||||
# All done
|
Reference in New Issue
Block a user