mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Fixes for release
include/config-win.h: Increase the number of files on windows include/mysys_err.h: New error message myisam/mi_log.c: Fix myisam.log to be usable even if we are using NFS myisam/myisamdef.h: Fix myisam.log to be usable even if we are using NFS mysys/errors.c: Fix error message
This commit is contained in:
parent
b95853972a
commit
8bd8993cd3
5 changed files with 13 additions and 7 deletions
|
|
@ -288,8 +288,7 @@ inline double ulonglong2double(ulonglong value)
|
|||
#define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */
|
||||
#define FN_NO_CASE_SENCE /* Files are not case-sensitive */
|
||||
#define FN_LOWER_CASE TRUE /* Files are represented in lower case */
|
||||
#define MY_NFILE 127 /* This is only used to save filenames */
|
||||
|
||||
#define MY_NFILE 1024
|
||||
|
||||
#define DO_NOT_REMOVE_THREAD_WRAPPERS
|
||||
#define thread_safe_increment(V,L) InterlockedIncrement((long*) &(V))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue