mariadb/storage/innobase/handler
Marko Mäkelä 2eb3c5e542 MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE
i_s_sys_tables_fill_table_stats(): Acquire dict_operation_lock
S-latch before acquiring dict_sys->mutex, to prevent the table
from being removed from the data dictionary cache and from
being freed while i_s_dict_fill_sys_tablestats() is accessing
the table handle.
2017-10-18 21:19:33 +03:00
..
ha_innodb.cc MDEV-14086 Setting innodb_buffer_pool_load_now or innodb_buffer_load_abort will crash if innodb_read_only 2017-10-18 06:35:11 +03:00
ha_innodb.h Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0 2017-07-29 20:51:29 +03:00
handler0alter.cc MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
i_s.cc MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE 2017-10-18 21:19:33 +03:00
i_s.h move to storage/innobase 2015-05-04 19:17:21 +02:00