mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
rename: store_to_string -> store_to_protocol_packet
This commit is contained in:
@ -41,10 +41,10 @@ int send_fields(struct st_net *net, LIST *fields);
|
||||
|
||||
char *net_store_length(char *pkg, uint length);
|
||||
|
||||
int store_to_string(Buffer *buf, const char *string, uint *position);
|
||||
int store_to_protocol_packet(Buffer *buf, const char *string, uint *position);
|
||||
|
||||
int store_to_string(Buffer *buf, const char *string, uint *position,
|
||||
uint string_len);
|
||||
int store_to_protocol_packet(Buffer *buf, const char *string, uint *position,
|
||||
uint string_len);
|
||||
|
||||
int send_eof(struct st_net *net);
|
||||
|
||||
|
Reference in New Issue
Block a user