1select * from t1 partition (p1);
2x
3300
4select * from t1 partition (p0);
5ERROR HY000: Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory")
6drop table t1;
7Warnings:
8Warning	1017	Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory")
9