MDEV-19445/MDEV-16678 fixup: Acquire proper MDL on innodb_ft_aux_table
In commit 2647fd10 (MDEV-19445) we fixed a race condition around the INFORMATION_SCHEMA tables that access the table identified by the global variable innodb_ft_aux_table. Thanks to MDEV-16678 we could fix it even better by using MDL instead of the InnoDB dict_sys latches.
Showing
Please register or sign in to comment