从join的实现窥探MySQL迭代器

以如下left join查询语句为范例:

select * from t1 left join t2 on t1.c=t2.a ;