测试的用例中,因为limit的大小不同,而产生了完全不同的执行计划: 1. 测试case: create table t1 ( f1 ) not null, f2 ) not null, f3 ) not null, f4 tinyint() not null, primary key (f1), unique key (f2, f3), key (f4) ) engine=innodb; insert into t1 values (,,,), (,,,), (,,,), (,,,), (,,