77
77
('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),
78
78
('0'),('0'),('0'),('0'),('0'),('0'),('0');
79
79
ERROR HY000: myisam_sort_buffer_size is too small
82
82
Table Op Msg_type Msg_text
83
83
test.t1 repair error myisam_sort_buffer_size is too small
84
84
test.t1 repair warning Number of rows changed from 0 to 157
87
87
SET myisam_sort_buffer_size=@@global.myisam_sort_buffer_size;
89
89
CREATE TABLE t1(a CHAR(255), KEY(a)) ENGINE=MyISAM;