[MDEV-20710] CHECK TABLE should return error test to client instead of an InnoDB log Created: 2019-10-01 Updated: 2023-05-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Vladislav Lesin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Refactor page_validate() and similar function to return string error instead of writing it to log. Then calling code would decide whether to log it or return to client. |