mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
minor post review fixes
This commit is contained in:
@ -50,8 +50,8 @@ public:
|
||||
|
||||
public:
|
||||
char *buffer;
|
||||
int put_to_buffer(char *start_pos, const char *string, uint len_arg);
|
||||
int check_and_add(uint position, uint len_arg);
|
||||
int append(char *start_pos, const char *string, uint len_arg);
|
||||
int reserve(uint position, uint len_arg);
|
||||
};
|
||||
|
||||
#endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_BUFFER_H */
|
||||
|
Reference in New Issue
Block a user