130
130
void send_warning(THD *thd, uint sql_errno, const char *err=0);
131
131
void net_send_error(THD *thd, uint sql_errno=0, const char *err=0);
132
132
void net_end_statement(THD *thd);
134
133
uchar *net_store_data(uchar *to,const uchar *from, size_t length);
135
134
uchar *net_store_data(uchar *to,int32 from);
136
135
uchar *net_store_data(uchar *to,longlong from);