You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
Made IOCoordinator a singleton vs a global.
This commit is contained in:
@@ -22,6 +22,7 @@ PosixTask::PosixTask(int _sock, uint _length) :
|
||||
bufferLen(0),
|
||||
socketReturned(false)
|
||||
{
|
||||
ioc = IOCoordinator::get();
|
||||
}
|
||||
|
||||
PosixTask::~PosixTask()
|
||||
|
||||
Reference in New Issue
Block a user