Fixed a post-merge embedded compilation error
This commit is contained in:
parent
01656de964
commit
f9756a6c16
@ -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,
|
|||||||
*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() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user