mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed a post-merge embedded compilation error
This commit is contained in:
@ -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() */
|
||||
|
Reference in New Issue
Block a user