mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Max open files handling moved to my_set_max_open_files()
This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
This commit is contained in:
parent
8a865250c4
commit
e347f63192
17 changed files with 224 additions and 179 deletions
|
|
@ -25,8 +25,8 @@ noinst_HEADERS = mysys_priv.h my_static.h \
|
|||
my_os2cond.c my_os2dirsrch.c my_os2dirsrch.h \
|
||||
my_os2dlfcn.c my_os2file64.c my_os2mutex.c \
|
||||
my_os2thread.c my_os2tls.c
|
||||
libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\
|
||||
mf_path.c mf_loadpath.c\
|
||||
libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c \
|
||||
mf_path.c mf_loadpath.c my_file.c \
|
||||
my_open.c my_create.c my_dup.c my_seek.c my_read.c \
|
||||
my_pread.c my_write.c \
|
||||
mf_keycache.c mf_keycaches.c my_crc32.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue