66
66
bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
67
67
static bool parse_sql(Session *session, Lex_input_stream *lip);
68
static void mysql_parse(Session *session, const char *inBuf, uint32_t length,
68
void mysql_parse(Session *session, const char *inBuf, uint32_t length,
69
69
const char ** found_semicolon);