# in Statement mode is logged in binlog at session disconnect. CREATE TABLE t1(a INT) ENGINE=InnoDB; CREATE TABLE t2(a INT) ENGINE=MyISAM; CREATE TEMPORARY TABLE tmp2 ENGINE=MyISAM SELECT * FROM t2; ...
In this Week's MySQL Tutorial we are taking a look at Temp Tables! A Temp table is a base table that is not stored in the database, but instead exists only while the database session in which it was ...