I have a MySQL stored routine where I'd like to use a temporary data table to store intermediate results. To avoid having to create a "normal" table, I want to use an in-memory table that goes away when routine execution has completed. I'm a MySQL newbie, but I suppose this is the way to go: stored routine where I'd like to