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
33ac501b
Commit
33ac501b
authored
Feb 04, 2016
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use C++ linkage.
parent
1d00d5c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+0
-1
storage/innobase/include/ha_prototypes.h
storage/innobase/include/ha_prototypes.h
+0
-1
storage/xtradb/handler/ha_innodb.cc
storage/xtradb/handler/ha_innodb.cc
+0
-2
storage/xtradb/include/ha_prototypes.h
storage/xtradb/include/ha_prototypes.h
+0
-1
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
33ac501b
...
...
@@ -1051,7 +1051,6 @@ Normalizes a table name string. A normalized name consists of the
database name catenated to '/' and table name. An example:
test/mytable. On Windows normalization puts both the database name and the
table name always to lower case if "set_lower_case" is set to TRUE. */
extern
"C"
UNIV_INTERN
void
normalize_table_name_low
(
/*=====================*/
...
...
storage/innobase/include/ha_prototypes.h
View file @
33ac501b
...
...
@@ -630,7 +630,6 @@ Normalizes a table name string. A normalized name consists of the
database name catenated to '/' and table name. An example:
test/mytable. On Windows normalization puts both the database name and the
table name always to lower case if "set_lower_case" is set to TRUE. */
extern
"C"
UNIV_INTERN
void
normalize_table_name_low
(
/*=====================*/
...
...
storage/xtradb/handler/ha_innodb.cc
View file @
33ac501b
...
...
@@ -1284,7 +1284,6 @@ Normalizes a table name string. A normalized name consists of the
database name catenated to '/' and table name. An example:
test/mytable. On Windows normalization puts both the database name and the
table name always to lower case if "set_lower_case" is set to TRUE. */
extern
"C"
UNIV_INTERN
void
normalize_table_name_low
(
/*=====================*/
...
...
@@ -5107,7 +5106,6 @@ Normalizes a table name string. A normalized name consists of the
database name catenated to '/' and table name. Example: test/mytable.
On Windows normalization puts both the database name and the
table name always to lower case if "set_lower_case" is set to TRUE. */
extern
"C"
UNIV_INTERN
void
normalize_table_name_low
(
/*=====================*/
...
...
storage/xtradb/include/ha_prototypes.h
View file @
33ac501b
...
...
@@ -643,7 +643,6 @@ Normalizes a table name string. A normalized name consists of the
database name catenated to '/' and table name. An example:
test/mytable. On Windows normalization puts both the database name and the
table name always to lower case if "set_lower_case" is set to TRUE. */
extern
"C"
UNIV_INTERN
void
normalize_table_name_low
(
/*=====================*/
...
...
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