mariadb/storage/xtradb/buf
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
..
buf0buddy.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
buf0buf.cc MDEV-11835: InnoDB: Failing assertion: free_slot != NULL on 2017-01-19 08:19:08 +02:00
buf0checksum.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
buf0dblwr.cc MDEV-11623 MariaDB 10.1 fails to start datadir created with 2017-01-15 19:05:50 +02:00
buf0dump.cc MDEV-11638 Encryption causes race conditions in InnoDB shutdown 2017-01-05 00:20:06 +02:00
buf0flu.cc Merge branch '10.0-galera' into 10.1 2016-11-02 13:44:07 +01:00
buf0lru.cc Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
buf0mtflu.cc MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
buf0rea.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:45 +03:00