1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-17 01:02:23 +03:00

Changed ownership of the socket.

This commit is contained in:
Patrick LeBlanc
2019-02-04 14:44:35 -06:00
parent 4769e896f8
commit 8ef4e09aa4
23 changed files with 105 additions and 108 deletions

View File

@@ -14,7 +14,7 @@ class ListDirectoryTask : public PosixTask
ListDirectoryTask(int sock, uint length);
virtual ~ListDirectoryTask();
void run();
bool run();
private:
ListDirectoryTask();