Bug #115848 | out of sort memory | ||
---|---|---|---|
Submitted: | 16 Aug 3:17 | Modified: | 16 Aug 10:00 |
Reporter: | wei sun | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.7.31 | OS: | Red Hat |
Assigned to: | CPU Architecture: | Any |
[16 Aug 3:17]
wei sun
[16 Aug 9:53]
MySQL Verification Team
Hi Mr. sun, Thank you for your bug report. However , version 5.7 is not supported any more. We could not repeat your test case on our official 8.0.39 binary: CREATE TABLE `t5` ( `id` int(11) DEFAULT NULL, `name` varchar(510) NOT NULL, `age` int(11) DEFAULT NULL, `name2` varchar(510) NOT NULL, UNIQUE KEY `name1` (`name`,`name2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; select * from t5 order by id; Empty set (0.00 sec) Also, do not set sort buffer size to such a low value as all your queries will fail. Use defaults. Unsupported.
[16 Aug 10:00]
wei sun
Thanks
[16 Aug 10:33]
MySQL Verification Team
You are truly welcome.