What storage engine do temporary tables use? I mean, if MySQL thinks that create a temporary table when executing a complex query is needed, what storage engine does it use? Can it be modified? Is it the same storage engine than the one used by the tables in the database?
Thank in advance!
Thank in advance!