[MDEV-26768] Spider table crashes the server after the mysql_list_fields() client's call and produces weird result for SHOW FIELDS. Created: 2021-10-05 Updated: 2022-06-09 Resolved: 2022-01-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.33, 10.6.6, 10.4.25, 10.5.16, 10.7.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexey Botchkov | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As we did
With the debug server started we do
The server crashes in my_eof() It passes if we do
But the result of SHOW FIELDS is weird.
|
| Comments |
| Comment by Alexey Botchkov [ 2021-10-05 ] |
|
https://github.com/MariaDB/server/commit/bebd58a08dcd39cfad0f78d9fcbf391b3a4b7183 |
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-10-08 ] |
|
holyfoot bebd58a is OK to push. |