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
aa4cd447
Commit
aa4cd447
authored
Mar 24, 2004
by
bar@bar.intranet.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctype-uca.c:
Conditional compilation
parent
3827fa55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
strings/ctype-uca.c
strings/ctype-uca.c
+5
-0
No files found.
strings/ctype-uca.c
View file @
aa4cd447
...
@@ -36,10 +36,13 @@
...
@@ -36,10 +36,13 @@
#include "m_ctype.h"
#include "m_ctype.h"
#ifdef HAVE_CHARSET_ucs2
#define MY_UCA_NPAGES 256
#define MY_UCA_NPAGES 256
#define MY_UCA_NCHARS 256
#define MY_UCA_NCHARS 256
#define MY_UCA_CMASK 255
#define MY_UCA_CMASK 255
#define MY_UCA_PSHIFT 8
#define MY_UCA_PSHIFT 8
uint16
page000data
[]
=
{
/* 0000 (4 weights per char) */
uint16
page000data
[]
=
{
/* 0000 (4 weights per char) */
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
...
@@ -7035,3 +7038,5 @@ MY_COLLATION_HANDLER my_collation_ucs2_uca_handler =
...
@@ -7035,3 +7038,5 @@ MY_COLLATION_HANDLER my_collation_ucs2_uca_handler =
my_instr_mb
,
my_instr_mb
,
my_hash_sort_uca
my_hash_sort_uca
};
};
#endif
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