mariadb/storage
Marko Mäkelä e9b3d44c6e MDEV-24190 Accessing INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION may break innodb_open_files logic
If the function i_s_tablespaces_encryption_fill_table() was not able to
report all content to the SQL layer, it would fail to decrement
fil_system.freeze_space_list that it had incremented. This would
prevent the not-frequently-used logic from working, potentially causing
frequently used files to be closed and reopened whenever innodb_open_files
is exceeded.

This regression was caused by
commit 45ed9dd957 (part of MDEV-23855).
2020-11-11 09:11:34 +02:00
..
archive Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
blackhole Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
cassandra disable Cassandra engine by default 2020-06-04 23:52:46 +02:00
columnstore update columnstore 2020-10-29 10:06:32 +01:00
connect Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
csv Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
example remove mysql_declare_plugin declaration from some plugins 2020-07-04 01:44:47 +02:00
federated replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table() 2020-07-04 01:44:47 +02:00
federatedx Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
heap MDEV-22677 UPDATE crashes on partitioned HEAP table WITHOUT OVERLAPS 2020-11-02 14:11:43 +10:00
innobase MDEV-24190 Accessing INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION may break innodb_open_files logic 2020-11-11 09:11:34 +02:00
maria Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
mroonga Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
myisam Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
myisammrg Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
oqgraph optimization: use hton->drop_table in few simple cases 2020-07-04 01:44:46 +02:00
perfschema Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
rocksdb Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
sequence Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
sphinx Added 'final' to some classes to improve generated code 2020-08-04 17:27:32 +02:00
spider SPIDER storage engine plugin -> Stable 2020-10-29 10:03:15 +01:00
test_sql_discovery MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ... SELECT in ORACLE mode 2020-08-01 07:43:50 +04:00
tokudb Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00