Commit 4f836ca3 authored by Georgi Kodinov's avatar Georgi Kodinov

Fixed a post-merge embedded compilation error

parent dcb44a94
...@@ -8397,6 +8397,7 @@ static bool parse_com_change_user_packet(MPVIO_EXT *mpvio, uint packet_length) ...@@ -8397,6 +8397,7 @@ static bool parse_com_change_user_packet(MPVIO_EXT *mpvio, uint packet_length)
DBUG_RETURN (0); DBUG_RETURN (0);
} }
#ifndef EMBEDDED_LIBRARY
/** /**
Get a null character terminated string from a user-supplied buffer. Get a null character terminated string from a user-supplied buffer.
...@@ -8481,6 +8482,7 @@ char *get_length_encoded_string(char **buffer, ...@@ -8481,6 +8482,7 @@ char *get_length_encoded_string(char **buffer,
*buffer+= *string_length + 1; *buffer+= *string_length + 1;
return str; return str;
} }
#endif
/* the packet format is described in send_client_reply_packet() */ /* the packet format is described in send_client_reply_packet() */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment