File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,6 @@ Normalizes a table name string. A normalized name consists of the
10511051database name catenated to '/' and table name. An example:
10521052test/mytable. On Windows normalization puts both the database name and the
10531053table name always to lower case if "set_lower_case" is set to TRUE. */
1054- extern "C" UNIV_INTERN
10551054void
10561055normalize_table_name_low(
10571056/*=====================*/
Original file line number Diff line number Diff line change @@ -630,7 +630,6 @@ Normalizes a table name string. A normalized name consists of the
630630database name catenated to '/' and table name. An example:
631631test/mytable. On Windows normalization puts both the database name and the
632632table name always to lower case if "set_lower_case" is set to TRUE. */
633- extern " C" UNIV_INTERN
634633void
635634normalize_table_name_low (
636635/* =====================*/
Original file line number Diff line number Diff line change @@ -1284,7 +1284,6 @@ Normalizes a table name string. A normalized name consists of the
12841284database name catenated to '/' and table name. An example:
12851285test/mytable. On Windows normalization puts both the database name and the
12861286table name always to lower case if "set_lower_case" is set to TRUE. */
1287- extern "C" UNIV_INTERN
12881287void
12891288normalize_table_name_low(
12901289/*=====================*/
@@ -5107,7 +5106,6 @@ Normalizes a table name string. A normalized name consists of the
51075106database name catenated to '/' and table name. Example: test/mytable.
51085107On Windows normalization puts both the database name and the
51095108table name always to lower case if "set_lower_case" is set to TRUE. */
5110- extern "C" UNIV_INTERN
51115109void
51125110normalize_table_name_low(
51135111/*=====================*/
Original file line number Diff line number Diff line change @@ -643,7 +643,6 @@ Normalizes a table name string. A normalized name consists of the
643643database name catenated to '/' and table name. An example:
644644test/mytable. On Windows normalization puts both the database name and the
645645table name always to lower case if "set_lower_case" is set to TRUE. */
646- extern " C" UNIV_INTERN
647646void
648647normalize_table_name_low (
649648/* =====================*/
You can’t perform that action at this time.
0 commit comments