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
38f39a92
Commit
38f39a92
authored
Apr 05, 2016
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating conf_to_src.c according to the current CHARSET_INFO structure.
parent
4b6b3a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
strings/conf_to_src.c
strings/conf_to_src.c
+4
-4
No files found.
strings/conf_to_src.c
View file @
38f39a92
...
...
@@ -256,7 +256,7 @@ void dispcset(FILE *f,CHARSET_INFO *cs)
fprintf
(
f
,
" 255, /* max_sort_char */
\n
"
);
fprintf
(
f
,
" ' ', /* pad_char */
\n
"
);
fprintf
(
f
,
" 0, /* escape_with_backslash_is_dangerous */
\n
"
);
fprintf
(
f
,
" 1, /* levels_for_order */
\n
"
);
fprintf
(
f
,
" &my_charset_8bit_handler,
\n
"
);
if
(
cs
->
state
&
MY_CS_BINSORT
)
fprintf
(
f
,
" &my_collation_8bit_bin_handler,
\n
"
);
...
...
@@ -270,9 +270,9 @@ static void
fprint_copyright
(
FILE
*
file
)
{
fprintf
(
file
,
"/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems Inc.
\n
"
"/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems
,
Inc.
\n
"
" Copyright 2010-2011 Monty Program Ab
\n
"
" Copyright (c) 200
3, 2011, Oracle and/or its affiliates
\n
"
" Copyright (c) 200
0, 2011, Oracle and/or its affiliates.
\n
"
"
\n
"
" This program is free software; you can redistribute it and/or modify
\n
"
" it under the terms of the GNU General Public License as published by
\n
"
...
...
@@ -333,7 +333,7 @@ main(int argc, char **argv __attribute__((unused)))
fprintf
(
f
,
" ./conf_to_src ../sql/share/charsets/ > FILE
\n
"
);
fprintf
(
f
,
"*/
\n\n
"
);
fprint_copyright
(
f
);
fprintf
(
f
,
"#include
<my_global.h>
\n
"
);
fprintf
(
f
,
"#include
\"
strings_def.h
\"
\n
"
);
fprintf
(
f
,
"#include <m_ctype.h>
\n\n
"
);
...
...
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