mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
crease number of open files to 2048 on windows
Don't do fsync on temporary .frm files include/config-win.h: Increase number of open files to 2048 on windows sql/unireg.cc: Don't do fsync on temporary files
This commit is contained in:
@ -316,7 +316,7 @@ inline double ulonglong2double(ulonglong value)
|
||||
#define FN_ROOTDIR "\\"
|
||||
#define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */
|
||||
#define FN_NO_CASE_SENCE /* Files are not case-sensitive */
|
||||
#define MY_NFILE 1024
|
||||
#define MY_NFILE 2048
|
||||
|
||||
#define DO_NOT_REMOVE_THREAD_WRAPPERS
|
||||
#define thread_safe_increment(V,L) InterlockedIncrement((long*) &(V))
|
||||
|
Reference in New Issue
Block a user