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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7fd6503d
Commit
7fd6503d
authored
Jun 15, 2004
by
bar@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctype-uca.c:
Compilation failure fix.
parent
059394a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
strings/ctype-uca.c
strings/ctype-uca.c
+2
-2
No files found.
strings/ctype-uca.c
View file @
7fd6503d
...
...
@@ -7852,7 +7852,7 @@ static void my_hash_sort_any_uca(CHARSET_INFO *cs,
const
uchar
*
s
,
uint
slen
,
ulong
*
n1
,
ulong
*
n2
)
{
return
my_hash_sort_uca
(
cs
,
&
my_any_uca_scanner_handler
,
s
,
slen
,
n1
,
n2
);
my_hash_sort_uca
(
cs
,
&
my_any_uca_scanner_handler
,
s
,
slen
,
n1
,
n2
);
}
static
int
my_strnxfrm_any_uca
(
CHARSET_INFO
*
cs
,
...
...
@@ -7889,7 +7889,7 @@ static void my_hash_sort_ucs2_uca(CHARSET_INFO *cs,
const
uchar
*
s
,
uint
slen
,
ulong
*
n1
,
ulong
*
n2
)
{
return
my_hash_sort_uca
(
cs
,
&
my_ucs2_uca_scanner_handler
,
s
,
slen
,
n1
,
n2
);
my_hash_sort_uca
(
cs
,
&
my_ucs2_uca_scanner_handler
,
s
,
slen
,
n1
,
n2
);
}
static
int
my_strnxfrm_ucs2_uca
(
CHARSET_INFO
*
cs
,
...
...
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