[MDEV-12618] mysys/mysys_priv.h shouldn't use O_EXEC as O_PATH on illumos Created: 2017-04-28 Updated: 2017-04-28 Resolved: 2017-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 5.5.55 |
| Fix Version/s: | 5.5.56 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Pyhalov | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OpenIndiana Hipster |
||
| Issue Links: |
|
||||||||
| Description |
|
In mysys_priv.h MariaDB defines:
This makes mariadb server trying to do:
which errors out.
Or better switch to using O_SEARCH (as it's posix-compliant ) and defining it on systems which don't have it. |
| Comments |
| Comment by Sergei Golubchik [ 2017-04-28 ] |
|
Duplicate of Already fixed in https://github.com/mariadb/server/commit/ffc0492d |