Fixed function name mysql_send_custom_error in mysql_common.c and removed from mysql_client.c.

The revision 150 is then not working
This commit is contained in:
Massimiliano Pinto
2013-07-05 09:59:54 +02:00
parent 9ab35a3348
commit 5e06ba76dd
2 changed files with 1 additions and 82 deletions

View File

@ -523,7 +523,7 @@ gw_mysql_protocol_state2string (int state) {
*
*/
int
gw_backend_send_custom_error (DCB *dcb, int packet_number, int in_affected_rows, const char* mysql_message) {
mysql_send_custom_error (DCB *dcb, int packet_number, int in_affected_rows, const char* mysql_message) {
uint8_t *outbuf = NULL;
uint8_t mysql_payload_size = 0;
uint8_t mysql_packet_header[4];