MySQL 8.4.0
Source Code Documentation
sql_bootstrap.cc File Reference
#include "sql/sql_bootstrap.h"
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "map_helpers.h"
#include "m_string.h"

Functions

int read_bootstrap_query (char *query, size_t *query_length, MYSQL_FILE *input, fgets_fn_t fgets_fn, bootstrap_parser_state *state)
 

Function Documentation

◆ read_bootstrap_query()

int read_bootstrap_query ( char *  query,
size_t *  query_length,
MYSQL_FILE input,
fgets_fn_t  fgets_fn,
bootstrap_parser_state state 
)