MDEV-25663 Double free of transaction during truncate operation
InnoDB truncate table fails to load the fts stopword table into cache. In that case, InnoDB double frees the truncate creation transaction. InnoDB should free the transaction which was created inside ha_innobase::create.
Showing
Please register or sign in to comment