mariadb/mysql-test/suite/encryption/t/innodb-read-only.opt
Jan Lindström dc557ca817 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.
2017-01-19 08:19:08 +02:00

3 lines
88 B
Text

--innodb-encrypt-tables=1
--innodb-encryption-threads=4
--innodb-tablespaces-encryption