[MDEV-32776] 'getmntinfo64' has been explicitly marked deprecated here Created: 2023-11-11 Updated: 2023-11-22 Resolved: 2023-11-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 11.1 |
| Fix Version/s: | 10.4.33, 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yingquan He | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
macOS |
||
| Attachments: |
|
| Description |
|
I am getting the following error while compiling MariaDB source code:
|
| Comments |
| Comment by Daniel Black [ 2023-11-12 ] | ||||||||||||||||||||||||||||||||||||
|
So from this it looks like just getmntinfo is needed? heyingquan Can you try a patch like:
| ||||||||||||||||||||||||||||||||||||
| Comment by Yingquan He [ 2023-11-13 ] | ||||||||||||||||||||||||||||||||||||
|
Hi, @Daniel. | ||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2023-11-13 ] | ||||||||||||||||||||||||||||||||||||
|
Dmitry, can you review https://github.com/MariaDB/server/pull/2836 please. | ||||||||||||||||||||||||||||||||||||
| Comment by Dmitry Shulga [ 2023-11-14 ] | ||||||||||||||||||||||||||||||||||||
|
Approved | ||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2023-11-14 ] | ||||||||||||||||||||||||||||||||||||
|
Thank you. |