Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqd: Do not disconnect from mysql server on job start
We no longer need to disconnect from the mysql server and reconnect to it every time we start a job now that er exec() the reaper. The socket ist set to CLOEXEC, so it isn't leaked and the memory image of the mysql library is replaced anyway.
- Loading branch information