mariadb/storage
Michael Widenius 8acbf9c1f9 MDEV-19595 fixed
The test cases for the MDEV found several independent bugs
in MariaDB server and Aria:
- If a temporary table was marked as crashed, it could never
  be deleted.
- Opening of a crashed temporary table gave an error message
  but the error was never forwarded to the caller which caused
  an assert() in my_ok()
- init_read_record() did mmap of all temporary tables, which is
  probably not a good idea as this area can potentially be
  very big. Changed code to only mmap internal temporary tables.
- mmap-ed tables where not unmapped in case of repair/optimize
  which caused bad data in table and crashes if the original
  table files where replaced with new ones (as the old mmap
  was still in place). Fixed by removing the mmap in case
  of repair.
- Cleaned up usage of code that disabled mmap in Aria
2019-06-19 00:35:44 +03:00
..
archive Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
blackhole MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 17:35:29 +05:30
cassandra Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
connect Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
csv Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
example Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
federated Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
federatedx Merge 10.1 into 10.2 2019-04-03 19:58:47 +03:00
heap Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
innobase mtr_t::is_block_dirtied(): Define inline 2019-06-16 15:55:09 +03:00
maria MDEV-19595 fixed 2019-06-19 00:35:44 +03:00
mroonga Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
myisam Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
myisammrg Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
oqgraph Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
perfschema Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rocksdb MDEV-17045: MyRocks tables cannot be updated when binlog_format=MIXED. 2019-06-16 12:13:52 +03:00
sequence Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
test_sql_discovery Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
tokudb Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00
xtradb Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00