mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Resetting chmod to non executable
modified: storage/connect/maputil.cpp*
This commit is contained in:
@@ -192,7 +192,11 @@ bool MAPFAM::OpenTableFile(PGLOBAL g)
|
||||
return true;
|
||||
} // endif Memory
|
||||
|
||||
#if defined(WIN32)
|
||||
if (mode != MODE_DELETE) {
|
||||
#else // !WIN32
|
||||
if (mode == MODE_READ) {
|
||||
#endif // !WIN32
|
||||
CloseFileHandle(hFile); // Not used anymore
|
||||
hFile = INVALID_HANDLE_VALUE; // For Fblock
|
||||
} // endif Mode
|
||||
|
0
storage/connect/maputil.cpp
Executable file → Normal file
0
storage/connect/maputil.cpp
Executable file → Normal file
Reference in New Issue
Block a user