[MCOL-4869] Add a more verbose error message for "unable to open Buffered file " Created: 2021-09-17 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hello, Example error message:
Code path /utils/ibdatafile/BufferedFile.cpp
If it returns NULL, errno will be set, which gave information about the reason, Addings the errno would be helpful, what is going on.
https://pubs.opengroup.org/onlinepubs/007904975/functions/fopen.html |