Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent assert after fcntl() for O_NONBLOCK
There are several asserts after fcntl() in MySQL_Thread::create_new_session_and_client_data_stream() . This commit removes the assert after F_SETFL with O_NONBLOCK. This because it is possible that proxysql is already shutting down. The entry in the error log is kept.
- Loading branch information