[MDEV-7473] [PATCH] Linux compile with cmake . -DHAVE_POLL=no fails to compile Created: 2015-01-16 Updated: 2022-11-20 Resolved: 2022-11-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.0.15 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Black | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
linux x86_64 |
||
| Attachments: |
|
| Description |
|
|
| Comments |
| Comment by Daniel Black [ 2015-01-16 ] | ||
|
in addition to the compile failure I found that mysqld will not return from the following mysqld.cc line even when a connection is made. I verified that readFDs does contain the FD_ISSET(unixfd,readFDs).
It seems that the first arguement is the number of fd. The 4th arguement is exceptions.
Did not change its locking behaviour. Only tested with unix sockets. | ||
| Comment by Sergei Golubchik [ 2022-11-20 ] | ||
|
Is there a valid reason to build with -DHAVE_POLL=NO on Linux? |