mariadb/storage/xtradb/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 branch 'merge-xtradb-5.6' into 10.0 2017-09-19 11:35:09 +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/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.cc MDEV-13325: InnoDB assert dict_sys->size > 0 during ALTER TABLE 2017-07-21 16:05:20 +03:00
xtradb_i_s.h MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 2017-01-03 19:32:47 +02:00