select /*! STRAIGHT_JOIN */ col_name FROM table1,table2 WHERE ...
create /*!32302 TEMPORARY */ TABLE t (a INT);