MySQL 5.1 增加以下开关:
MySQL 5.5 新增以下开关:
MySQL 5.6 增加以下开关:
1. mrr
2. batched_key_access
3. block_nested_loop
4. index_condition_pushdown
6. semijoin
mysql> select b.class_name from class as b, student as a where a.class_id = b.id; +------------+ | class_name | +------------+ | xinxi | | xinxi | +------------+ 2 rows in set (0.00 sec)
7. firstmatch
8. loosescan
9. materialization