mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:06:37 +02:00
Rewrote the MySQL API to use threads. This acts similar to before, but is faster. Removed db_mysql_execute for now.
This commit is contained in:
@@ -73,6 +73,8 @@ class SocketEngineSelect : public SocketEngineBase
|
||||
{
|
||||
Socket *s = it->second;
|
||||
|
||||
if (s->HasFlag(SF_DEAD))
|
||||
continue;
|
||||
if (FD_ISSET(s->GetSock(), &efdset))
|
||||
{
|
||||
s->ProcessError();
|
||||
|
||||
Reference in New Issue
Block a user