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
581712b9
Commit
581712b9
authored
May 10, 2024
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-33490 MENT-1504 Fix some english strings in spider.
parent
c21aa486
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
storage/spider/spd_db_mysql.cc
storage/spider/spd_db_mysql.cc
+2
-2
storage/spider/spd_db_oracle.cc
storage/spider/spd_db_oracle.cc
+1
-1
storage/spider/spd_err.h
storage/spider/spd_err.h
+4
-4
No files found.
storage/spider/spd_db_mysql.cc
View file @
581712b9
...
...
@@ -325,7 +325,7 @@ SPIDER_DBTON spider_dbton_mysql = {
spider_mysql_create_conn
,
spider_mysql_support_direct_join
,
&
spider_db_mysql_utility
,
"For communicati
ng to MySQL using
native protocol"
,
"For communicati
on with MySQL using the
native protocol"
,
"3.4.0"
,
SPIDER_MATURITY_STABLE
};
...
...
@@ -342,7 +342,7 @@ SPIDER_DBTON spider_dbton_mariadb = {
spider_mariadb_create_conn
,
spider_mariadb_support_direct_join
,
&
spider_db_mariadb_utility
,
"For communicati
ng to MariaDB using
native protocol"
,
"For communicati
on with MariaDB using the
native protocol"
,
"3.4.0"
,
SPIDER_MATURITY_STABLE
};
...
...
storage/spider/spd_db_oracle.cc
View file @
581712b9
...
...
@@ -332,7 +332,7 @@ SPIDER_DBTON spider_dbton_oracle = {
spider_oracle_create_conn
,
spider_oracle_support_direct_join
,
&
spider_db_oracle_utility
,
"For communicati
ng Oracle using
native protocol"
,
"For communicati
on with Oracle using the
native protocol"
,
"1.0.0"
,
SPIDER_MATURITY_BETA
};
...
...
storage/spider/spd_err.h
View file @
581712b9
...
...
@@ -80,13 +80,13 @@
#define ER_SPIDER_XA_PREPARED_NUM 12604
#define ER_SPIDER_XA_PREPARED_STR "This xid is prepared"
#define ER_SPIDER_XA_EXISTS_NUM 12605
#define ER_SPIDER_XA_EXISTS_STR "This xid
is already exist
"
#define ER_SPIDER_XA_EXISTS_STR "This xid
already exists
"
#define ER_SPIDER_XA_MEMBER_EXISTS_NUM 12606
#define ER_SPIDER_XA_MEMBER_EXISTS_STR "This xid member
is already exist
"
#define ER_SPIDER_XA_MEMBER_EXISTS_STR "This xid member
already exists
"
#define ER_SPIDER_XA_NOT_EXISTS_NUM 12607
#define ER_SPIDER_XA_NOT_EXISTS_STR "This xid
i
s not exist"
#define ER_SPIDER_XA_NOT_EXISTS_STR "This xid
doe
s not exist"
#define ER_SPIDER_XA_MEMBER_NOT_EXISTS_NUM 12608
#define ER_SPIDER_XA_MEMBER_NOT_EXISTS_STR "This xid member
i
s not exist"
#define ER_SPIDER_XA_MEMBER_NOT_EXISTS_STR "This xid member
doe
s not exist"
#define ER_SPIDER_SYS_TABLE_VERSION_NUM 12609
#define ER_SPIDER_SYS_TABLE_VERSION_STR "System table %s is different version"
#define ER_SPIDER_WRONG_CHARACTER_IN_NAME_NUM 12611
...
...
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