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
24f81a78
Commit
24f81a78
authored
Aug 19, 2005
by
elliot@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong auto-merge.
parent
e9ca1bd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
strings/ctype-cp932.c
strings/ctype-cp932.c
+2
-0
strings/ctype-eucjpms.c
strings/ctype-eucjpms.c
+2
-0
No files found.
strings/ctype-cp932.c
View file @
24f81a78
...
...
@@ -5522,6 +5522,7 @@ CHARSET_INFO my_charset_cp932_japanese_ci=
2
,
/* mbmaxlen */
0
,
/* min_sort_char */
255
,
/* max_sort_char */
1
,
/* escape_with_backslash_is_dangerous */
&
my_charset_handler
,
&
my_collation_ci_handler
};
...
...
@@ -5552,6 +5553,7 @@ CHARSET_INFO my_charset_cp932_bin=
2
,
/* mbmaxlen */
0
,
/* min_sort_char */
255
,
/* max_sort_char */
1
,
/* escape_with_backslash_is_dangerous */
&
my_charset_handler
,
&
my_collation_mb_bin_handler
};
...
...
strings/ctype-eucjpms.c
View file @
24f81a78
...
...
@@ -8708,6 +8708,7 @@ CHARSET_INFO my_charset_eucjpms_japanese_ci=
3
,
/* mbmaxlen */
0
,
/* min_sort_char */
255
,
/* max_sort_char */
0
,
/* escape_with_backslash_is_dangerous */
&
my_charset_handler
,
&
my_collation_ci_handler
};
...
...
@@ -8739,6 +8740,7 @@ CHARSET_INFO my_charset_eucjpms_bin=
3
,
/* mbmaxlen */
0
,
/* min_sort_char */
255
,
/* max_sort_char */
0
,
/* escape_with_backslash_is_dangerous */
&
my_charset_handler
,
&
my_collation_mb_bin_handler
};
...
...
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