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
1187ea15
Commit
1187ea15
authored
Feb 25, 2010
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After-fix for WL#1213
Fixing cmake files.
parent
cc96e36a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake/character_sets.cmake
cmake/character_sets.cmake
+3
-3
No files found.
cmake/character_sets.cmake
View file @
1187ea15
...
...
@@ -22,15 +22,15 @@ IF(NOT DEFAULT_COLLATIONS)
SET
(
DEFAULT_COLLATION
"latin1_swedish_ci"
)
ENDIF
()
SET
(
CHARSETS
${
DEFAULT_CHARSET
}
latin1 utf8 utf8mb
3
)
SET
(
CHARSETS_COMPLEX big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8 utf8mb
3
utf16 utf32
)
SET
(
CHARSETS
${
DEFAULT_CHARSET
}
latin1 utf8 utf8mb
4
)
SET
(
CHARSETS_COMPLEX big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8 utf8mb
4
utf16 utf32
)
SET
(
CHARSETS_AVAILABLE
binary armscii8 ascii big5 cp1250 cp1251 cp1256 cp1257
cp850 cp852 cp866 cp932 dec8 eucjpms euckr gb2312 gbk geostd8
greek hebrew hp8 keybcs2 koi8r koi8u
latin1 latin2 latin5 latin7 macce macroman
sjis swe7 tis620 ucs2 ujis utf8 utf8mb
3
utf16 utf32
)
sjis swe7 tis620 ucs2 ujis utf8 utf8mb
4
utf16 utf32
)
SET
(
EXTRA_CHARSETS
"all"
)
...
...
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