Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5, 10.6, 10.11, 11.4
Description
For FLUSH TABLES...FOR EXPORT there is a counter trx_t::flush_tables that is only being used in ha_innobase::external_lock(). Could we simply change the type of dict_table_t::quiesce to trx_id_t to identify the transaction that is executing the operation, if such a transaction exists? And refuse or ignore concurrent FLUSH TABLES...FOR EXPORT from other connections?