1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed a post-merge embedded compilation error

This commit is contained in:
Georgi Kodinov
2011-03-17 13:29:59 +02:00
parent dcb44a9468
commit 4f836ca372

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() */