mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
SET FN_NO_CASE_SENSE to 1 on Windows
This commit is contained in:
parent
e81640ba27
commit
b7d7a42800
2 changed files with 5 additions and 0 deletions
|
@ -191,3 +191,5 @@ CHECK_TYPE_SIZE(ssize_t SIZE_OF_SSIZE_T)
|
|||
IF(NOT HAVE_SIZE_OF_SSIZE_T)
|
||||
SET(ssize_t SSIZE_T)
|
||||
ENDIF()
|
||||
|
||||
SET(FN_NO_CASE_SENSE 1)
|
|
@ -567,6 +567,9 @@
|
|||
#cmakedefine USE_MB_IDENT 1
|
||||
#cmakedefine USE_STRCOLL 1
|
||||
|
||||
/* This should mean case insensitive file system */
|
||||
#cmakedefine FN_NO_CASE_SENSE 1
|
||||
|
||||
#cmakedefine HAVE_CHARSET_armscii8 1
|
||||
#cmakedefine HAVE_CHARSET_ascii
|
||||
#cmakedefine HAVE_CHARSET_big5 1
|
||||
|
|
Loading…
Reference in a new issue