843
843
extern bool my_charset_same(CHARSET_INFO *cs1, CHARSET_INFO *cs2);
844
844
extern bool init_compiled_charsets(myf flags);
845
845
extern void add_compiled_collation(CHARSET_INFO *cs);
846
extern size_t escape_string_for_mysql(CHARSET_INFO *charset_info,
847
char *to, size_t to_length,
848
const char *from, size_t length);
849
extern size_t escape_quotes_for_mysql(CHARSET_INFO *charset_info,
850
char *to, size_t to_length,
851
const char *from, size_t length);
846
extern size_t escape_string_for_drizzle(CHARSET_INFO *charset_info,
847
char *to, size_t to_length,
848
const char *from, size_t length);
849
extern size_t escape_quotes_for_drizzle(CHARSET_INFO *charset_info,
850
char *to, size_t to_length,
851
const char *from, size_t length);
853
853
extern void thd_increment_bytes_sent(ulong length);
854
854
extern void thd_increment_bytes_received(ulong length);