mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -24,8 +24,8 @@ int read_bootstrap_query(char *query, int *query_length,
|
||||
{
|
||||
char line_buffer[MAX_BOOTSTRAP_LINE_SIZE];
|
||||
const char *line;
|
||||
int len;
|
||||
int query_len= 0;
|
||||
size_t len;
|
||||
size_t query_len= 0;
|
||||
int fgets_error= 0;
|
||||
*error= 0;
|
||||
|
||||
|
Reference in New Issue
Block a user