summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2016-02-03 16:51:23 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2016-02-03 16:51:23 +0200
commit1d00d5c626dd3439f9356db8af2c4a3d8eafe727 (patch)
treed794103e6aa508e0fafb8fe12b8cbcd1421107cd /storage/innobase/handler
parent73d23f858194f89e904f25efe1f150c7f9425ae2 (diff)
downloadmariadb-git-1d00d5c626dd3439f9356db8af2c4a3d8eafe727.tar.gz
Fix function visibility as it is used on row0mysql.c in Windows.
Diffstat (limited to 'storage/innobase/handler')
-rw-r--r--storage/innobase/handler/ha_innodb.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
index ff2fece7243..44106f5ff1b 100644
--- a/storage/innobase/handler/ha_innodb.cc
+++ b/storage/innobase/handler/ha_innodb.cc
@@ -1051,7 +1051,7 @@ 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. */
-static
+extern "C" UNIV_INTERN
void
normalize_table_name_low(
/*=====================*/
@@ -4472,7 +4472,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. */
-static
void
normalize_table_name_low(
/*=====================*/