Removed declaration of strconvert() from innodb_priv.h
This commit is contained in:
parent
c0c62196ca
commit
4007eaba91
@ -19,15 +19,13 @@
|
||||
/** @file Declaring server-internal functions that are used by InnoDB. */
|
||||
|
||||
#include <sql_priv.h>
|
||||
#include <strfunc.h> /* 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, ...);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user