Skip to content

Commit 33ac501

Browse files
committed
Use C++ linkage.
1 parent 1d00d5c commit 33ac501

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

storage/innobase/handler/ha_innodb.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ Normalizes a table name string. A normalized name consists of the
10511051
database name catenated to '/' and table name. An example:
10521052
test/mytable. On Windows normalization puts both the database name and the
10531053
table name always to lower case if "set_lower_case" is set to TRUE. */
1054-
extern "C" UNIV_INTERN
10551054
void
10561055
normalize_table_name_low(
10571056
/*=====================*/

storage/innobase/include/ha_prototypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ Normalizes a table name string. A normalized name consists of the
630630
database name catenated to '/' and table name. An example:
631631
test/mytable. On Windows normalization puts both the database name and the
632632
table name always to lower case if "set_lower_case" is set to TRUE. */
633-
extern "C" UNIV_INTERN
634633
void
635634
normalize_table_name_low(
636635
/*=====================*/

storage/xtradb/handler/ha_innodb.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,6 @@ Normalizes a table name string. A normalized name consists of the
12841284
database name catenated to '/' and table name. An example:
12851285
test/mytable. On Windows normalization puts both the database name and the
12861286
table name always to lower case if "set_lower_case" is set to TRUE. */
1287-
extern "C" UNIV_INTERN
12881287
void
12891288
normalize_table_name_low(
12901289
/*=====================*/
@@ -5107,7 +5106,6 @@ Normalizes a table name string. A normalized name consists of the
51075106
database name catenated to '/' and table name. Example: test/mytable.
51085107
On Windows normalization puts both the database name and the
51095108
table name always to lower case if "set_lower_case" is set to TRUE. */
5110-
extern "C" UNIV_INTERN
51115109
void
51125110
normalize_table_name_low(
51135111
/*=====================*/

storage/xtradb/include/ha_prototypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ Normalizes a table name string. A normalized name consists of the
643643
database name catenated to '/' and table name. An example:
644644
test/mytable. On Windows normalization puts both the database name and the
645645
table name always to lower case if "set_lower_case" is set to TRUE. */
646-
extern "C" UNIV_INTERN
647646
void
648647
normalize_table_name_low(
649648
/*=====================*/

0 commit comments

Comments
 (0)