Heap tables are stored in memory - so are fast, but die when your server does, not when the connection goes. You create them by just putting Type=Heap after your create
create table fringe (
length int unsigned
) TYPE=HEAP;
There's loads on table types over at mysql.com