I had a stored procedure that was cycling, so it started to generate data into its temp table.
I guess that as the table grew, mysql decided to use disk tables instead of memory ones.
Now, the faulty process was stopped but the storage used for that temp table is not gone even after restarting the instance.
Is there a way to find and delete that data? Or the only way is to dump into a new database?