You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4839: Fix clang build (#2100)
* Fix clang build * Extern C returned to plugin_instance Co-authored-by: Leonid Fedorov <l.fedorov@mail.corp.ru>
This commit is contained in:
@ -165,18 +165,6 @@ struct QueueShutdown : public unary_function<T&, void>
|
||||
x.shutdown();
|
||||
}
|
||||
};
|
||||
|
||||
inline const string sin_addr2String(const in_addr src)
|
||||
{
|
||||
string s;
|
||||
#ifdef _MSC_VER
|
||||
s = inet_ntoa(src);
|
||||
#else
|
||||
char dst[INET_ADDRSTRLEN];
|
||||
s = inet_ntop(AF_INET, &src, dst, INET_ADDRSTRLEN);
|
||||
#endif
|
||||
return s;
|
||||
}
|
||||
}
|
||||
|
||||
namespace WriteEngine
|
||||
|
Reference in New Issue
Block a user