mariadb/storage
Marko Mäkelä 2647fd101d MDEV-19445 heap-use-after-free related to innodb_ft_aux_table
Try to fix the race conditions between
SET GLOBAL innodb_ft_aux_table = ...;
and access to the INFORMATION_SCHEMA tables that depend on
this variable.

innodb_ft_aux_table: Replaces
fts_internal_tbl_name,fts_internal_tbl_name2. Just store the
user-specified parameter as is.

innodb_ft_aux_table_id: The table_id corresponding to
SET GLOBAL innodb_ft_aux_table, or 0 if the table does not exist
or does not contain FULLTEXT INDEX. If the table is renamed later,
the INFORMATION_SCHEMA tables will continue to refer to the table.
If the table is dropped or rebuilt, the INFORMATION_SCHEMA tables
will not find the table.
2019-05-13 17:16:42 +03:00
..
archive Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
blackhole Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
cassandra Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
connect Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +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 branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
federatedx Remove unused declarations 2019-04-03 19:46:34 +03:00
heap Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
innobase MDEV-19445 heap-use-after-free related to innodb_ft_aux_table 2019-05-13 17:16:42 +03:00
maria Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mroonga Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myisam Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myisammrg Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
oqgraph Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
perfschema Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sequence Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
test_sql_discovery Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
tokudb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
xtradb MDEV-19445 heap-use-after-free related to innodb_ft_aux_table 2019-05-13 17:16:42 +03:00