From 4007eaba91ace6f10a20df37f8d560c04f544946 Mon Sep 17 00:00:00 2001 From: Monty Date: Sat, 26 Jan 2019 19:12:26 +0200 Subject: Removed declaration of strconvert() from innodb_priv.h --- sql/innodb_priv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sql/innodb_priv.h b/sql/innodb_priv.h index 7fbaa7cfc2f..b78724d04b0 100644 --- a/sql/innodb_priv.h +++ b/sql/innodb_priv.h @@ -19,15 +19,13 @@ /** @file Declaring server-internal functions that are used by InnoDB. */ #include +#include /* strconvert */ class THD; int get_quote_char_for_identifier(THD *thd, const char *name, size_t length); bool schema_table_store_record(THD *thd, TABLE *table); void localtime_to_TIME(MYSQL_TIME *to, struct tm *from); -uint strconvert(CHARSET_INFO *from_cs, const char *from, size_t from_length, - CHARSET_INFO *to_cs, char *to, size_t to_length, - uint *errors); void sql_print_error(const char *format, ...); -- cgit v1.2.1