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
a273f016
Commit
a273f016
authored
Aug 12, 2015
by
Otto Kekäläinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling errors
parent
f425c71a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
extra/yassl/src/ssl.cpp
extra/yassl/src/ssl.cpp
+1
-1
mysql-test/r/mysqld--help.result
mysql-test/r/mysqld--help.result
+1
-1
mysql-test/suite/plugins/r/locales.result
mysql-test/suite/plugins/r/locales.result
+4
-4
pcre/testdata/greppatN4
pcre/testdata/greppatN4
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+2
-2
sql/sql_locale.cc
sql/sql_locale.cc
+4
-4
storage/spider/spd_param.cc
storage/spider/spd_param.cc
+1
-1
No files found.
extra/yassl/src/ssl.cpp
View file @
a273f016
...
...
@@ -952,7 +952,7 @@ void OpenSSL_add_all_algorithms() // compatibility only
{}
int
SSL_library_init
()
// compatiblity only
int
SSL_library_init
()
// compatib
i
lity only
{
return
1
;
}
...
...
mysql-test/r/mysqld--help.result
View file @
a273f016
...
...
@@ -898,7 +898,7 @@ The following options may be given as the first argument:
--show-slave-auth-info
Show user and password in SHOW SLAVE HOSTS on this
master.
--skip-bdb Deprecated option; Exist only for compatiblity with old
--skip-bdb Deprecated option; Exist only for compatib
i
lity with old
my.cnf files
--skip-grant-tables Start without grant tables. This gives all users FULL
ACCESS to all tables.
...
...
mysql-test/suite/plugins/r/locales.result
View file @
a273f016
...
...
@@ -40,8 +40,8 @@ ID NAME DESCRIPTION MAX_MONTH_NAME_LENGTH MAX_DAY_NAME_LENGTH DECIMAL_POINT THOU
37 nb_NO Norwegian(Bokml) - Norway 9 7 , . norwegian
38 nl_NL Dutch - The Netherlands 9 9 , dutch
39 pl_PL Polish - Poland 11 12 , polish
40 pt_BR Portugese - Brazil 9 7 , portuguese
41 pt_PT Portugese - Portugal 9 7 , portuguese
40 pt_BR Portug
u
ese - Brazil 9 7 , portuguese
41 pt_PT Portug
u
ese - Portugal 9 7 , portuguese
42 ro_RO Romanian - Romania 10 8 , . romanian
43 ru_RU Russian - Russia 8 11 , russian
44 ru_UA Russian - Ukraine 8 11 , . russian
...
...
@@ -153,8 +153,8 @@ Id Name Description Error_Message_Language
37 nb_NO Norwegian(Bokml) - Norway norwegian
38 nl_NL Dutch - The Netherlands dutch
39 pl_PL Polish - Poland polish
40 pt_BR Portugese - Brazil portuguese
41 pt_PT Portugese - Portugal portuguese
40 pt_BR Portug
u
ese - Brazil portuguese
41 pt_PT Portug
u
ese - Portugal portuguese
42 ro_RO Romanian - Romania romanian
43 ru_RU Russian - Russia russian
44 ru_UA Russian - Ukraine russian
...
...
pcre/testdata/greppatN4
View file @
a273f016
xxx
xxx
jkl
\ No newline at end of file
sql/mysqld.cc
View file @
a273f016
...
...
@@ -7414,7 +7414,7 @@ struct my_option my_long_options[]=
&
opt_show_slave_auth_info
,
&
opt_show_slave_auth_info
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"skip-bdb"
,
OPT_DEPRECATED_OPTION
,
"Deprecated option; Exist only for compatiblity with old my.cnf files"
,
"Deprecated option; Exist only for compatib
i
lity with old my.cnf files"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifndef DISABLE_GRANT_OPTIONS
{
"skip-grant-tables"
,
0
,
...
...
@@ -8799,7 +8799,7 @@ mysqld_get_one_option(int optid, const struct my_option *opt, char *argument)
break
;
case
OPT_DEPRECATED_OPTION
:
sql_print_warning
(
"'%s' is deprecated. It does nothing and exists only "
"for compatiblity with old my.cnf files."
,
"for compatib
i
lity with old my.cnf files."
,
opt
->
name
);
break
;
case
OPT_MYSQL_COMPATIBILITY
:
...
...
sql/sql_locale.cc
View file @
a273f016
...
...
@@ -1433,7 +1433,7 @@ MY_LOCALE my_locale_pl_PL
);
/***** LOCALE END pl_PL *****/
/***** LOCALE BEGIN pt_BR: Portugese - Brazil *****/
/***** LOCALE BEGIN pt_BR: Portug
u
ese - Brazil *****/
static
const
char
*
my_locale_month_names_pt_BR
[
13
]
=
{
"janeiro"
,
"fevereiro"
,
"março"
,
"abril"
,
"maio"
,
"junho"
,
"julho"
,
"agosto"
,
"setembro"
,
"outubro"
,
"novembro"
,
"dezembro"
,
NullS
};
static
const
char
*
my_locale_ab_month_names_pt_BR
[
13
]
=
...
...
@@ -1454,7 +1454,7 @@ MY_LOCALE my_locale_pt_BR
(
40
,
"pt_BR"
,
"Portugese - Brazil"
,
"Portug
u
ese - Brazil"
,
FALSE
,
&
my_locale_typelib_month_names_pt_BR
,
&
my_locale_typelib_ab_month_names_pt_BR
,
...
...
@@ -1469,7 +1469,7 @@ MY_LOCALE my_locale_pt_BR
);
/***** LOCALE END pt_BR *****/
/***** LOCALE BEGIN pt_PT: Portugese - Portugal *****/
/***** LOCALE BEGIN pt_PT: Portug
u
ese - Portugal *****/
static
const
char
*
my_locale_month_names_pt_PT
[
13
]
=
{
"Janeiro"
,
"Fevereiro"
,
"Março"
,
"Abril"
,
"Maio"
,
"Junho"
,
"Julho"
,
"Agosto"
,
"Setembro"
,
"Outubro"
,
"Novembro"
,
"Dezembro"
,
NullS
};
static
const
char
*
my_locale_ab_month_names_pt_PT
[
13
]
=
...
...
@@ -1490,7 +1490,7 @@ MY_LOCALE my_locale_pt_PT
(
41
,
"pt_PT"
,
"Portugese - Portugal"
,
"Portug
u
ese - Portugal"
,
FALSE
,
&
my_locale_typelib_month_names_pt_PT
,
&
my_locale_typelib_ab_month_names_pt_PT
,
...
...
storage/spider/spd_param.cc
View file @
a273f016
...
...
@@ -1859,7 +1859,7 @@ int spider_param_auto_increment_mode(
static
MYSQL_THDVAR_BOOL
(
same_server_link
,
/* name */
PLUGIN_VAR_OPCMDARG
,
/* opt */
"Permit to link same server's table"
,
/* comment */
"Permit
one
to link same server's table"
,
/* comment */
NULL
,
/* check */
NULL
,
/* update */
FALSE
/* def */
...
...
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