create temporary table tmpSelect select * from matrice where id in(1,2,3);出错:ERROR 1005 (HY000): Can't create table '.\ledindon\tmpselect.frm' (errno: 139)
什么原因??
matrice表里有1943个字段,是不是跟这个有关系?
但是我设置了缓存 :tmp_table_size=90M,key_buffer_size=110M,sort_buffer_size=2560K
还是不行??