You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
Remove windows ifdefs
This commit is contained in:
@ -74,10 +74,8 @@
|
||||
#include <errno.h>
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
#if __linux__
|
||||
#include <values.h>
|
||||
#include <sys/file.h>
|
||||
#endif
|
||||
#include <sstream>
|
||||
//#define NDEBUG
|
||||
#include <cassert>
|
||||
@ -310,10 +308,8 @@ OIDServer::OIDServer() : fFp(NULL), fFd(-1)
|
||||
throw ios_base::failure(os.str());
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
if (fFp)
|
||||
chmod(fFilename.c_str(), 0664); // XXXPAT: override umask at least for testing
|
||||
#endif
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user