diff options
| author | Jan Lindström <jan.lindstrom@mariadb.com> | 2016-02-04 13:54:57 +0200 |
|---|---|---|
| committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2016-02-04 13:54:57 +0200 |
| commit | 33ac501b6a4aeab986c96bafa88a25b976071652 (patch) | |
| tree | c16bf18d0de4fd8a9ffb384f3b5276b84cceb1c3 /storage/innobase/handler | |
| parent | 1d00d5c626dd3439f9356db8af2c4a3d8eafe727 (diff) | |
| download | mariadb-git-33ac501b6a4aeab986c96bafa88a25b976071652.tar.gz | |
Use C++ linkage.
Diffstat (limited to 'storage/innobase/handler')
| -rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 44106f5ff1b..d800ad6df1d 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -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( /*=====================*/ |
