399
399
uint32_t STDCALL mysql_escape_string(char *to,const char *from, uint32_t from_length);
400
400
uint32_t STDCALL mysql_hex_string(char *to,const char *from, uint32_t from_length);
401
401
uint32_t STDCALL mysql_real_escape_string(MYSQL *mysql, char *to, const char *from, uint32_t length);
403
402
void STDCALL myodbc_remove_escape(MYSQL *mysql,char *name);
404
403
uint32_t STDCALL mysql_thread_safe(void);
405
404
my_bool STDCALL mysql_embedded(void);