Skip to content

Commit

Permalink
Use C++ linkage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Feb 4, 2016
1 parent 1d00d5c commit 33ac501
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
/*=====================*/
Expand Down
1 change: 0 additions & 1 deletion storage/innobase/include/ha_prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
/*=====================*/
Expand Down
2 changes: 0 additions & 2 deletions storage/xtradb/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
/*=====================*/
Expand Down Expand Up @@ -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(
/*=====================*/
Expand Down
1 change: 0 additions & 1 deletion storage/xtradb/include/ha_prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
/*=====================*/
Expand Down

0 comments on commit 33ac501

Please sign in to comment.