mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#2246 "IM: Add ability to change instance options, add server logs handling" ported to the
current version of the IM
This commit is contained in:
@ -27,7 +27,8 @@ typedef struct field {
|
||||
|
||||
struct st_net;
|
||||
|
||||
int net_send_ok(struct st_net *net, unsigned long connection_id);
|
||||
int net_send_ok(struct st_net *net, unsigned long connection_id,
|
||||
const char *message);
|
||||
|
||||
int net_send_error(struct st_net *net, unsigned sql_errno);
|
||||
|
||||
@ -39,6 +40,9 @@ char *net_store_length(char *pkg, uint length);
|
||||
|
||||
int store_to_string(Buffer *buf, const char *string, uint *position);
|
||||
|
||||
int store_to_string(Buffer *buf, const char *string, uint *position,
|
||||
uint string_len);
|
||||
|
||||
int send_eof(struct st_net *net);
|
||||
|
||||
#endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_PROTOCOL_H */
|
||||
|
Reference in New Issue
Block a user