This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-17. For the latest, interactive version please visit https://mariadb.com/kb/.

Can the returned events-bitmask include only `MYSQL_WAIT_TIMEOUT` flag?

The status that is being returned by a non-blocking operation is a bitmask of events to wait. It can be one of: MYSQL_WAIT_READ, MYSQL_WAIT_WRITE, MYSQL_WAIT_EXCEPT, MYSQL_WAIT_TIMEOUT. 1. Is it correct? are there any other options not listed above? 2. Is there a scenario in which the operation returns solely the flag `MYSQL_WAIT_TIMEOUT`?

Thanks, Elad

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.