Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
82ef4f0d
Commit
82ef4f0d
authored
Feb 20, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SET FN_NO_CASE_SENSE to 1 on Windows
parent
18cfc409
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
cmake/os/Windows.cmake
cmake/os/Windows.cmake
+2
-0
config.h.cmake
config.h.cmake
+3
-0
No files found.
cmake/os/Windows.cmake
View file @
82ef4f0d
...
...
@@ -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
)
\ No newline at end of file
config.h.cmake
View file @
82ef4f0d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment