mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
libmysql.c:
Add note to mysql_hex_string() comment. libmysql/libmysql.c: Add note to mysql_hex_string() comment.
This commit is contained in:
@ -3168,6 +3168,9 @@ void my_net_local_init(NET *net)
|
|||||||
null byte. When mysql_hex_string() returns, the contents of "to" will
|
null byte. When mysql_hex_string() returns, the contents of "to" will
|
||||||
be a null-terminated string. The return value is the length of the
|
be a null-terminated string. The return value is the length of the
|
||||||
encoded string, not including the terminating null character.
|
encoded string, not including the terminating null character.
|
||||||
|
|
||||||
|
The return value does not contain any leading 0x or a leading X' and
|
||||||
|
trailing '. The caller must supply whichever of those is desired.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
unsigned long
|
unsigned long
|
||||||
|
Reference in New Issue
Block a user