Fixed a post-merge embedded compilation error

This commit is contained in:
Georgi Kodinov 2011-03-17 13:29:59 +02:00
parent 01656de964
commit f9756a6c16

View File

@ -8397,6 +8397,7 @@ static bool parse_com_change_user_packet(MPVIO_EXT *mpvio, uint packet_length)
DBUG_RETURN (0);
}
#ifndef EMBEDDED_LIBRARY
/**
Get a null character terminated string from a user-supplied buffer.
@ -8481,6 +8482,7 @@ char *get_length_encoded_string(char **buffer,
*buffer+= *string_length + 1;
return str;
}
#endif
/* the packet format is described in send_client_reply_packet() */