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
e0e6aab6
Commit
e0e6aab6
authored
Dec 24, 2003
by
bar@bar.intranet.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctype-big5.c:
Like did not work in some cases ,
parent
07f520b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
strings/ctype-big5.c
strings/ctype-big5.c
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
e0e6aab6
...
@@ -9,6 +9,7 @@ akishkin@work.mysql.com
...
@@ -9,6 +9,7 @@ akishkin@work.mysql.com
arjen@co3064164-a.bitbike.com
arjen@co3064164-a.bitbike.com
arjen@fred.bitbike.com
arjen@fred.bitbike.com
arjen@george.bitbike.com
arjen@george.bitbike.com
bar@bar.intranet.mysql.r18.ru
bar@bar.mysql.r18.ru
bar@bar.mysql.r18.ru
bar@bar.udmsearch.izhnet.ru
bar@bar.udmsearch.izhnet.ru
bell@laptop.sanja.is.com.ua
bell@laptop.sanja.is.com.ua
...
...
strings/ctype-big5.c
View file @
e0e6aab6
...
@@ -356,7 +356,7 @@ my_bool my_like_range_big5(const char *ptr,uint ptr_length,pchar escape,
...
@@ -356,7 +356,7 @@ my_bool my_like_range_big5(const char *ptr,uint ptr_length,pchar escape,
*
min_length
=
(
uint
)
(
min_str
-
min_org
);
*
min_length
=
(
uint
)
(
min_str
-
min_org
);
*
max_length
=
res_length
;
*
max_length
=
res_length
;
do
{
do
{
*
min_str
++
=
'
\0
'
;
/* Because if key compression */
*
min_str
++
=
'
'
;
/* Because if key compression */
*
max_str
++
=
max_sort_char
;
*
max_str
++
=
max_sort_char
;
}
while
(
min_str
!=
min_end
);
}
while
(
min_str
!=
min_end
);
return
0
;
return
0
;
...
...
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